-
Notifications
You must be signed in to change notification settings - Fork 2
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
About Evaluation #5
Comments
Hi, it seems that you have specified incorrect Line 165 in 6d24452
|
During training, should I set --load_path ? |
This is not required. This parameter is only needed for |
Now, I want to re-train this code. I set the save_dir to 'checkpoint/'. Is it right? |
Dear Authors, When I finish the training, i.e., python run.py --dataset GOODZINC --domain scaffold --shift concept --num_e 4000 --bs 256 --gamma 0.5 --inv_w 0.01 --reg_w 0.5 --gpu 1 --exp_name ZINC --exp_id scaffold-concept I still could not finish evaluation successfully. |
Could you tell me where the trained model is? I use the default path. |
Hello, I checked the code and found that the model was not being saved during training. You can call Line 165 in 6d24452
in train.py to save the model.
|
Dear Authors,
I have finished the training process. However, I cannot find the saved model.
Is the model saved in dump/0813-ZINC/scaffold-concept/params.pkl?
But when I run the command, these exists an error, i.e., python eval.py --dataset GOODZINC --domain scaffold --shift concept --load_path dump/0813-ZINC/scaffold-concept/params.pkl?
The text was updated successfully, but these errors were encountered: