-
Hello, I have a dataset where one portion includes virial data and the other does not. If I train deepmd using the full dataset and want it to predict the virial as well, how are the data points without virial data handled? Will having the mixed dataset affect my virial predictions (beyond having fewer virial data points than force and energy data points)? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If a data set doesn't contain virials, the total loss for this data will not have the virial part. We note that there is a known bug that virial loss will still exist in |
Beta Was this translation helpful? Give feedback.
If a data set doesn't contain virials, the total loss for this data will not have the virial part.
We note that there is a known bug that virial loss will still exist in
lcurve.out
even if the total loss doesn't contain the virial loss.