-
Notifications
You must be signed in to change notification settings - Fork 23
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
checkpoint file for testing #7
Comments
Yes, the checkpoint (500.pt) could be found in Zenodo. |
Thnaks! @Layne-Huang I continued the test on sample_for_pdb.py, the command I used is (which is the same as in the repo)
|
If you do not have the reference molecule for comparison, you could ignore them by commenting the relevant code. I have also updated the Thank you very much for the feedback. It indeed helps improves this project! |
Thanks! @Layne-Huang I tried the newest file, seems there is still one more place to modify, see the error message I got below:
|
It could work now. |
Hi, author. when I used command: But, I got a error, "pocket_pos_center = pocket_pos - scatter_mean(ligand_pos, ligand_batch, dim=0)[pocket_batch] It seems like that the "sdf_path" argument is necessary. Beside, even with "sdf_path" argument, a new error was shown: I have check the code, and I found the code have error: could you help us to fix code ? ps: I use the lastest version code ( updated in 2024.04.02) |
Hi, I have uploaded For this error: the "self.propagate(edge_index, x=feats, edge_attr=edge_attr_feats,)", please degrade your torch_geometry version to 2.4.0. Please let me know if there is any other issue. |
Thanks! @Layne-Huang |
Hey @Layne-Huang,
Great work!
I'm trying to follow by testing a few example commands in the repo, for example the first command under "Inference",
python -u sample_batch.py --ckpt <checkpoint> --num_samples <number of samples> --sampling_type generalized
, is there a checkpoint file I need to provide?I tried without it but I got error here below:
The text was updated successfully, but these errors were encountered: