SMILES to ZINC Data in torch_geometric conversion function #9419
Unanswered
andreibrasoveanu97
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can find the pre-processing code of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've trained some models on the ZINC dataset and I would like to use them to predict the values for molecules outside the dataset, given under a SMILES format. I've seen this discussion on this forum but I've spent hours reading through the links suggested there with no result.
I've found plenty of methods of converting SMILES to
torch_geometric.Data
objects, but not to the same format that is found within thetorch_geometric.datasets.ZINC
objects.Does anyone know where could I find the function or a mapping of some kind to get the same result?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions