-
Notifications
You must be signed in to change notification settings - Fork 44
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
UnboundLocalError: local variable 'best_test_performance_dict' referenced before assignment #6
Comments
Hi, unfortunately, I could not reproduce your error, it is running fine in our tests. Are you following the instructions provided in the readme before executing the command? In which platform you are running the code? |
Hi @tuncadogan $ conda create -n deepscreen_env python=3.7 Ubuntu 18.04.4 LTS |
I checked the problem again given the information, it most probably is related to the additional libraries you install. From the messages: "There was a problem during training performance calculation!" it is evident that predictions could not be calculated at all (for any of the epochs), indicating a problem related to torch. Please try again, this time without installing those additional libraries. |
Hi!
python main_training.py --targetid CHEMBL286 --model CNNModel1 --fc1 256 --fc2 128 --lr 0.01 --bs 64 --dropout 0.25 --epoch 100 --en my_chembl286_training
For the tutorial (e.g train step), I can't run the code normally.
Could you check this, please?
The text was updated successfully, but these errors were encountered: