Nequip 0.7.0 with energy labels only #507
Replies: 1 comment 5 replies
-
You shouldn't have to change anything in the model -- it'll still predict forces, etc, but you just won't train on them (if that's a painful overhead, we can also do something about that). All you need is to use loss and metrics that only include energy terms. I would direct you to:
In particular, you might find the config file chunk from the docstring of We are open to having more energy-only support if there is a good reason for it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In previous versions (e.g., v0.6.x), there were example YAML configs for training on datasets with only energy labels (no forces), such as configs/minimal_eng.yaml. I couldn't find a similar example for v0.7.0, and the config format seems to have changed quite a bit. Also, I noticed that the user guide doesn't provide direct instructions for this use case. Could you please share an updated minimal config for this scenario?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions