You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on structured-based drug design (SBDD) and have been deeply impressed by your remarkable performance of your molecule generation work.
Also, Thank you for sharing your code.
I have been attempting to reproduce the results presented in Table 1 of your paper, specifically focusing on the "CrossDocked DiffSBDD-inpaint (C-alpha)" using the provided checkpoint.
However, I couldn't obtain the same results as those mentioned in the paper. I also looked into the related issue . Unfortunately, it didn't provide a clear answer to my question.
I have a couple of questions that I hope you could assist me with:
Could you provide the information how to accurately reproduce the results from Table 1? The 'test.py' script offers various options, and I'm uncertain about the correct settings to use in conjunction with the checkpoint to achieve the desired outcome.
The repository contains two checkpoints, yet the paper's Table 1 showcases four variation models.
What are the types of variation for which you provided the two checkpoints? Additionally, could you also provide the other two checkpoints? Having access to this information would be helpful to replicate the findings.
If you require any additional information or have further questions, don't hesitate to reach out to me. Thank you for your time and consideration.
Best regards,
MinJu.
The text was updated successfully, but these errors were encountered:
Dear, @arneschneuing
I am currently working on structured-based drug design (SBDD) and have been deeply impressed by your remarkable performance of your molecule generation work.
Also, Thank you for sharing your code.
I have been attempting to reproduce the results presented in Table 1 of your paper, specifically focusing on the "CrossDocked DiffSBDD-inpaint (C-alpha)" using the provided checkpoint.
Here are the steps I followed:
2.1. download the CrossDocked data from the Pocket2Mol GitHub repository.
2.2.
python process_crossdock.py <crossdocked_dir> --no_H
python test.py checkpoints/ca_inpaint.ckpt --test_dir <crossdocked_dir>/processed_noH/test/ --outdir <output_dir> --fix_n_nodes
My result is the below ( CrossDocked, DiffSBDD-cond (C-alpha)) and I attached my output file.
testset.tar.gz
However, I couldn't obtain the same results as those mentioned in the paper. I also looked into the related issue . Unfortunately, it didn't provide a clear answer to my question.
I have a couple of questions that I hope you could assist me with:
Could you provide the information how to accurately reproduce the results from Table 1? The 'test.py' script offers various options, and I'm uncertain about the correct settings to use in conjunction with the checkpoint to achieve the desired outcome.
The repository contains two checkpoints, yet the paper's Table 1 showcases four variation models.
What are the types of variation for which you provided the two checkpoints? Additionally, could you also provide the other two checkpoints? Having access to this information would be helpful to replicate the findings.
If you require any additional information or have further questions, don't hesitate to reach out to me. Thank you for your time and consideration.
Best regards,
MinJu.
The text was updated successfully, but these errors were encountered: