To all developers and users
I apply the deeplda to train the cv describe a protonation process. Now, I want to save this model as CV. And use this cv in plumed.
I see two lines to save model.
"
model.to_torchscript(f'model_{iter}_q.pt', method='trace')
convert_model(f'model_{iter}_q.pt', 45) "
I just wonder why the second line is needed? Is the first line not sufficient?
Thanks.