3D-Generative-SBDD icon indicating copy to clipboard operation
3D-Generative-SBDD copied to clipboard

Cannot get valid molecule from running sample.py for a long time

Open simmed00 opened this issue 2 years ago • 14 comments

I read your paper which looks great. I tried to run according to the instruction, sample.py, using the sample.yml and the two model ckpts downloaded from google drive. I waited for a long time (like half an hour) , and it still cannot produce a valid molecule, it shows [Pool] Queue 300 | Finished 0 | Failed 55.

I tried to debug, I found that most generated graph does not pass the if statement "if data_next.status == STATUS_FINISHED:". Even for those few that can pass the if statement, it failed during "rdmol = reconstruct_from_generated(data_next)", which throws exception shown as "Ignoring, because reconstruction error encountered."

simmed00 avatar Feb 09 '22 07:02 simmed00