-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues related to the input dimensions of the MLP model #27
Comments
In Appendix C of the paper, we mention that Where the first 164 elements are from the orignal Ansor paper, the additional 324 - 164 = 160 elements are from the workload embedding. tenset/python/tvm/auto_scheduler/cost_model/xgb_model.py Lines 79 to 87 in 62f0c20
|
In the paper, the effect of MLP+ranking loss is better than XGB+MSE, but in my experiment, the effect of MLP is not as good as XGB. Do you have any good suggestions for MLP? |
What's your experiment setting? The results also depend on the dataset and hyperparameters. |
@merrymercy hi~
In your open source code, the input dimension of the MLP model is 164, which is aligned with Ansor, but in Appendix C of the Tenset paper, the input dimension is set to 324. Did you do anything?
Looking forward your reply~
The text was updated successfully, but these errors were encountered: