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
I've been trying to reproduce the evaluations on cross-model property prediction. When training, I get very low MSE, but running eval_proppred afterward outputs very bad results. Looking more closely, the predictions in eval_proppred seem really bad (negative for positive target values for instance). Do you know what might be causing this? (I see that there is a unused variable bn for BatchNormalization in this file, could it be related?)
More details on what I ran
I tried to copy command from your .sh files, only sometimes reducing the number of max_epoch.
I stopped the script when I got ~80K samples, and separated the data into test (last 1K samples) and train (the rest). Then I trained with frozen encoder starting from your 1d pretrained model:
Hello, and thanks for the great work!
I've been trying to reproduce the evaluations on cross-model property prediction. When training, I get very low MSE, but running
eval_proppred
afterward outputs very bad results. Looking more closely, the predictions ineval_proppred
seem really bad (negative for positive target values for instance). Do you know what might be causing this? (I see that there is a unused variablebn
for BatchNormalization in this file, could it be related?)More details on what I ran
I tried to copy command from your
.sh
files, only sometimes reducing the number ofmax_epoch
.First I generated the data.
I stopped the script when I got ~80K samples, and separated the data into test (last 1K samples) and train (the rest). Then I trained with frozen encoder starting from your 1d pretrained model:
Then I run
eval_proppred
:(the commented values mean I tried with and without it).
Thanks in advance for you help!
The text was updated successfully, but these errors were encountered: