-
Notifications
You must be signed in to change notification settings - Fork 318
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
Predict at atom level #26
Comments
I think you will need to get the atom features before pooling, as you suggested. The atom features are Line 154 in d612a69
|
Okay, that's helpful, will try this! However, I am still struggling to input the atom label data for training (instead of giving a label for the whole crystal structure). Is it even possible? I really appreciate your help, thank you very much. |
Hello,
Thank you so much for this project, very interesting!
I am trying to use this package to do a regression prediction to the atom level instead of predicting a property for the whole crystal. I am trying to input the atom labels but struggling to change the
data.py
script accordingly... what would be the easiest way to input the atom labels?And I guess I need to output the atom prediction before the pooling? Does this correspond to
return out
ofdef forward():
inmodel.py
?Thanks!
Marta
The text was updated successfully, but these errors were encountered: