Restart a training changing ForceOutput with StressForceOutput #316
Unanswered
LucaBrugnoli
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @LucaBrugnoli , Yes, this sounds like the correct process, although you may need to use the
Can you please provide the exact, full error output? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I trained a model on forces and energies and then I used it to perform dynamics simulations with LAMMPS. While NVT dynamics seem to be stable, NPT dynamics are unstable and explode. Following this discussion , I tried to use the stress branch of pair_nequip with the same model, but as expected, I encountered a compatibility error due to the lack of stress encoding in the model.
Then, I attempted to 'update' my model with stress with a nequip_training job by initializing the previous model state with
initial_model_state
andinitialize_from_state
and replacingForceOutput
withStressForceOutput
inmodel_builders
, without making any other changes to the YAML config. However, the job fails after reloading the dataset, just before generating the network.I would like to ask whether this is due to an incompatibility with the type of initialization I want to perform or if I am missing something in the YAML config.
Beta Was this translation helpful? Give feedback.
All reactions