energy loss function coeffs for dataset with variable system size #228
-
Hi, I have a dataset that is combined different system sizes like 40 atoms for the alpha phase and 160 atoms for another phase. Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @saeedshahi , Exactly, |
Beta Was this translation helpful? Give feedback.
Hi @saeedshahi ,
Exactly,
PerAtomMSELoss
is the correct choice for training on energy when the system size is variable. The energy error for each frame is simply normalized by dividing by the number of atoms in the frame before averaging over frames in the batch.