Issues with create_lammps_model.py #698
-
Hello, I am trying to use my trained .model file to torch script-compiled LAMMPS_MACE model using Please give your suggestion on it. Thanks.
Training config used
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The solution is saving the model again to convert gpu .model to cpu .model: if
Then
|
Beta Was this translation helpful? Give feedback.
The solution is saving the model again to convert gpu .model to cpu .model: if
--save_cpu
is not used during training!Then
create_lammps_model.py
can be used to get thelammps.pt
file: