DimeNet++ Issue - Returning zeros in output tensor? #10405
Unanswered
srikarkampalli
asked this question in
Q&A
Replies: 0 comments
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 everyone, so I was experimenting with various GNNs related to chemistry, and came across both DimeNet and DimeNet++, which were thankfully implemented in PyTorch Geometric, so I decided to test them out by passing atomic lists and coordinate tensors through both DimeNet and DimeNet++.
Once I processed the lists and passed them through DimeNet++ (in this example), all I got was an output Tensor with zeros for each element in the tensor. Is this on purpose, or am I doing something wrong with the code? I already had PyG (nightly), torch-cluster, torch-scatter, and torch-sparse in my runtime, also, if that information helps.
By the way, I do know that a PR was made for this.
The code implementation is below
And here is the output:
Beta Was this translation helpful? Give feedback.
All reactions