You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am really interested in your method. I am attempting to apply it to some chemical data of my own.
In your paper, you mentioned that you used this method on regression problems for the ESOL and FreeSolv datasets. Do you have the code for that posted somewhere? There are multiple places in your repository that assume a classification problem.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi, to adapt the code for the regression problems, I believe you only need to remove log_softmax in line 45 of architectures.py and set out_dim to 1, and replace the loss function in line 71 of train_models.py to F.mse_loss.
If I find time next week, I'll test this code and update the repo.
Hi, I am really interested in your method. I am attempting to apply it to some chemical data of my own.
In your paper, you mentioned that you used this method on regression problems for the ESOL and FreeSolv datasets. Do you have the code for that posted somewhere? There are multiple places in your repository that assume a classification problem.
Thank you!
The text was updated successfully, but these errors were encountered: