Closed lijiashan2020 closed 2 years ago
Hi! Thanks for the kind words! This sounds to me like you are running out of memory. You could split up the preprocessing into multiple steps instead of putting all the data into memory at the same time.
Thank you for your reply! I will try the method you mentioned.
Hi, When I run the command
python train.py --config=configs_clean/RDKitCoords_flexible_self_docking.yml
, the following error will always be reported after processing part of the receptor data. But when I reduce the training dataset to one tenth of that in this article, it can work normally. I am very confused about this. Do you know where the problem is?Anyway, thank you very much for your help. EquiBind is a great work!