-
Notifications
You must be signed in to change notification settings - Fork 58
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 preprocess_raw_data.py #9
Comments
Generating the full DIPS training data takes a lot of time and you have to check if you have enough resources for it. Can you try generating just a fraction of it first, e.g., |
Thank you for your reply! I can successfully run the command by modifying parameters! Thank you very much for help! |
I run it with 160GB RAM for five hours, still failed get the same error. that's really nedd a huge resources. |
marke it , i used 25 cpu 400GB RAm processed for 15 hours. |
I had the same problem. The main reason for this is insufficient memory. The pre-processing of the training data of DIPS dataset did require a large amount of memory, which I could not complete this at one time with a server with 256G memory. One way is to batch. |
When I run the command as follows:
it can generate six files in the directory
/extendplus/jiashan/equidock_public/src/cache/dips_residues_maxneighbor_10_cutoff_30.0_pocketCut_8.0/cv_0
with files
However, three more files could not be generated successfully, and report errors as follows:
Could you help me solve this problem?
Thanks!
The text was updated successfully, but these errors were encountered: