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
Do you have any tutorial or pointers about how to convert matbench samples to torch_geometricData objects?
For instance, this is what an "input" looks like for matbench_mp_e_form but not sure how to convert that into a pytorch_geometricData format to train a GNN on it:
Do you have any tutorial or pointers about how to convert
matbench
samples totorch_geometric
Data
objects?For instance, this is what an "input" looks like for
matbench_mp_e_form
but not sure how to convert that into apytorch_geometric
Data
format to train a GNN on it:I found this
AtomsToGraph
class in the OCP project and I want to make sure it does the right thing if I use it like:The text was updated successfully, but these errors were encountered: