-
Notifications
You must be signed in to change notification settings - Fork 596
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
[v2 BUG]: Chemprop hopt no best trial found error #1129
Comments
Can you post the full stacktrace? Something is going wrong inside the trials |
@shivashankarv You can find the full stacktrace in the error file that is listed just above the stacktrace you gave. It will look something like:
|
Hi, I thought it would be useful to log the entire |
CPU is just running out of main memory - |
If your dataset is too large, you can choose not to use caching by adding the |
Thank you for the quick reply and looking through the logs. The dataset is pretty big ~6.8g. I reduced the number of cpus and it seems to be running since last night! Thank you so much for your help and helping me parse the error. |
Describe the bug
While running
chemprop hopt
I get the same error as #1123.Command:
chemprop hpopt --logfile results/chemprop/mordred_1600_hpopt/20241218/hpopt.log -v --data-path data_noix.csv -o results/chemprop/mordred_1600_hpopt/20241218/ -t regression --search-parameter-keywords all --hpopt-save-dir results/chemprop/mordred_1600_hpopt/20241218/hpopt_save/ --raytune-use-gpu --raytune-num-cpus 12
Example(s)
Command:
chemprop hpopt --logfile results/chemprop/mordred_1600_hpopt/20241218/hpopt.log -v --data-path data_noix.csv -o results/chemprop/mordred_1600_hpopt/20241218/ -t regression --search-parameter-keywords all --hpopt-save-dir results/chemprop/mordred_1600_hpopt/20241218/hpopt_save/ --raytune-use-gpu --raytune-num-cpus \
nproc``Expected behavior
For
hopt
to run to completion.Error Stack Trace
Error traceback:
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
OS: Amazon Linux 2023
Python package versions:
CUDA 12.3
Checklist
conda list
orpip list
shows the packages listed in thepyproject.toml
pytest -v
reports no errorsAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: