-
Notifications
You must be signed in to change notification settings - Fork 38
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
Train.sh data loading stops at 70% #18
Comments
Hi, @Ariyaris I guess that there might be a memory overflow issue during ESM feature extraction. you can imagine how big it is: Perhaps you can consider using some chunking methods to alleviate the memory pressure. |
hi, @TernencezzZ , could you reproduce the results with this code? if yes, can you tell me what parameters you used? like num_gpus, lr, ns, nv parameters. |
hi, @onlyonewater Actually no, due to the limit of my computer memory, I only used the first 8,000 data from the |
so do you use only one GPU? or use multi-GPU to train? |
Hi @TernencezzZ Do you have advice on how I could use chunking methods? Yours sincerely, |
Dear all,
After installing DiffDock-PP as per installation guide I attempted to run train.sh script.
Unfortunately loading of data stops somewhere at 70%. To be more precise, it becomes very slow and then dies.
Does anybody have advice or a workaround to this challenge?
Thank you!
Luka
The text was updated successfully, but these errors were encountered: