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
When running src/inference.sh with the single_pair_inference config file provided, I get this error:
Traceback (most recent call last):
File "/home/DiffDock-PP/src/main_inf.py", line 620, in <module>
main()
File "/home/DiffDock-PP/src/main_inf.py", line 354, in main
dump_predictions(args,results)
File "/home/DiffDock-PP/src/main_inf.py", line 383, in dump_predictions
with open(args.prediction_storage, 'wb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'storage/single_pair_run.pkl'
Simply create a 'storage' directory before running inference.sh, or mkdir (if the dir doesn't exist) somewhere in main_inf.py
The text was updated successfully, but these errors were encountered:
When running
src/inference.sh
with thesingle_pair_inference
config file provided, I get this error:Simply create a 'storage' directory before running
inference.sh
, ormkdir
(if the dir doesn't exist) somewhere inmain_inf.py
The text was updated successfully, but these errors were encountered: