-
Hi, after the model training is finished four files are saved (example below). What's the difference between compiled and not compiled models? The swa suffix means after swa has started? What is the file to be used in ASE or LAMMPS to evaluate the model? Thanks
|
Beta Was this translation helpful? Give feedback.
Answered by
ilyes319
Sep 30, 2024
Replies: 1 comment
-
The compiled model can be exported to C++ for example for OpenMM and contains some metadata on the model training. The non compiled are to be used in python. The swa is the best model from the swa phase (renamed second_phase) and the one without swa is the best model before that phase. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ilyes319
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The compiled model can be exported to C++ for example for OpenMM and contains some metadata on the model training. The non compiled are to be used in python. The swa is the best model from the swa phase (renamed second_phase) and the one without swa is the best model before that phase.