Replies: 1 comment 1 reply
-
You may find this helpful https://github.com/mir-group/nequip/blob/main/examples/monkeypatch.py The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am trying to extract the embeddings from the last layer (similar to what you did for the uncertainty quantification: https://pubs.aip.org/aip/jcp/article/158/16/164111/2886901) for clustering purposes. What would be the best way to do this?
I have tried using forward_hooks like this:
However, I am not sure which layer is the correct one or if this approach makes sense at all.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions