-
Notifications
You must be signed in to change notification settings - Fork 21
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
About mol_to_graph_data_obj_simple functions #24
Comments
Hi @lhkhiem28, Thank you for checking this, and please use the OGB version for the featurization. We tested both versions, as we did in GraphMVP. I merged the wrong version for the previous code release. |
So, the function in utils.py is correct? @chao1224 Can you confirm?
|
Thank you for an interesting repo.
I went through the code and I noticed that you used two different mol_to_graph_data_obj_simple functions for contrastive pre-training and property prediction fine-tuning.
pre-training: https://github.com/chao1224/MoleculeSTM/blob/main/MoleculeSTM/datasets/utils.py#L44
fine-tuning: https://github.com/chao1224/MoleculeSTM/blob/main/MoleculeSTM/datasets/MoleculeNet_Graph.py#L17
Could you explain why we have to do that? While you used the same GNN architecture for pre-training and fine-tuning, does using different mol_to_graph_data_obj_simple functions affect the GNN's behavior?
Looking forward to hearing from you soon.
Thanks.
The text was updated successfully, but these errors were encountered: