-
How can I import the trained model to predict elastic constant. I want the model trained from m3gnet, chgnet, mace. MEGNET provides the trained model itself. Though, I cannot find the trained model for others. |
Beta Was this translation helpful? Give feedback.
Answered by
janosh
Jan 30, 2024
Replies: 1 comment 4 replies
-
all models you list will auto-download their respective checkpoints when you install the corresponding PyPI package and run the model. see e.g. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
janosh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
all models you list will auto-download their respective checkpoints when you install the corresponding PyPI package and run the model. see e.g.
CHGNet.load()
ormace_mp()
.