-
Notifications
You must be signed in to change notification settings - Fork 151
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
PotentialNet edge dimension error #158
Comments
How did you modify the code? Can you provide a minimal script to reproduce the error? |
I did not make any changes to the code, but want to use it to run on a private dataset. For this I defined the following configuration:
Apologies, I cannot provide an actual example right now, but would appreciate any hint on what to look for. |
The code works if I set:
changes to
|
Sorry for the late reply. #170 should fix the issue. |
Hi,
I want to train a model using PotentialNet. The code fails due to an error with the edge dimensions:
There seems to be a mismatch with the constructed graphs.
According to a comment in the code:
n_etypes=n_etypes, # num_distance_bins + 5 covalent types
n_etypes should have length 9, but it is 8.
I'd really appreciate your help!
The text was updated successfully, but these errors were encountered: