How to train with custom energy and force label? #114
Replies: 1 comment
-
This feature is introduced recently: #89 , and sorry for lack of documentation. The approach we did internally was writing custom scripts to assign EFS values with the From the version 0.10.0, custom energy, force, and stress keys can be assigned using the for the data:
data_format_args:
energy_key: my_energy
force_key: my_force This Should work, but personally, it feature is relatively new and may face unexpected problems... Please raise an issue if you face any problems with above approaches. Note that units and conventions (especially stress sign and Voigt notation) should same as that can be obtained from other ASE calculators. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I was attempting to fine tune the Sevennet model, I have the input file in the .xyz format which can be read by the ASE. After spending sometime in the documentation I couldn't figure out how to pass custom energy labels when using the
sevenn input.yaml -s
Could you let me know how I can pass the energy and force labels to fine-tune the model ?
Beta Was this translation helpful? Give feedback.
All reactions