-
Notifications
You must be signed in to change notification settings - Fork 272
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
Error inference with single files and torch_geometric #1
Comments
seems related to this pyg-team/pytorch_geometric#2304 |
Hi, the issue seems to arise when importing torch geometric at this line Unfortunately installation issues with torch geometric are very frequent, I suggest looking at issues in their repo and trying to uninstall and reinstall being careful of getting the version compatible with the pytorch version and CUDA installation. |
Yes that is the offending line. I think you should make the environment file more bulletproof by separating the pip from the conda parts into different files and install the torch geometric version using If I execute |
I'm glad it was solved! Thanks for the suggestion! |
Hi, having the same issue. Can you clarify your approach by sharing your exact commands? What exactly did you uninstall with pip, did you do it while inside the conda env, and how did you reinstall? |
Above commands are for cuda 11.3 |
Sweet thanks. If this happens to anyone else, for me the error originally only happened when running on gpu, but not on cpu. After
I got this new error on cpu:
but I found this, and after doing
it worked on cpu again. Seems like that package is not needed? |
…erver gcorso#1 - Enabled full post-processing for 4 SDF files generated with DiffDock. - Refactored code to enhance readability and maintainability. - Successfully implemented saving of CSV files with confidence scores and gnina docking affinities. - CSV files are now stored both on the EC2 server (in DiffDock/results/predictions_small/outdir) and in an S3 Bucket. - Gnina processing time ~10sec/file
I installed this in a fresh environment using the provided environment.yml. but it fails on inference. I attached the two files (renamed to txt for upload)
The esm embedding step works:
I get the following error when executing this command in the root dir of the project. I did not download the data and used single sdf and pdb files but according to the README that should work.
data/esm2_output
contains two.pt
files:1cbr_protein.pdb_chain_0.pt 1cbr_protein.pdb_chain_1.pt
1cbr_ligand.txt
1cbr_protein.txt
The text was updated successfully, but these errors were encountered: