flare
flare copied to clipboard
OTF SGP models with force_only=True, not working with OTF.from_checkpint()
Hi FLARE team,
I am training a SGP potential with force_only tag set to True. If I try resuming training by using the from_checkpoint() method, it spits out the following errors:
Traceback (most recent call last):
File "restart.py", line 30, in
I did a short OTF SGP trajectory on the same system using force_only=False, and it seemed to work without a problem.
I have attached my run and restart script script.docx script.docx
Thank you in advance! Usama ~
Hi Usama,
Thank you for your interest in FLARE!
Which version of FLARE are you using?
I don't see the struc_stress = train_struc.stress line anymore, and we fixed some issues related to stress training in #343.
Hi Anders,
Thanks for your response. I am on the 1.4.1 version. And the issue is with the version I am using again.