Query about the arguments in validation set section for DeePMD v2 #2273
rajnichahal
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi, the documentation was just fixed in #2257. See also #2231. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have some confusion about the argument 'numb_btch' in the validation set section of training file for deepmd v2.
The documentation (https://docs.deepmodeling.com/projects/deepmd/en/master/train/train-input.html#training-validation-data) says that 'numb_btch'=An integer that specifies the number of systems to be sampled for each validation period.
Does this mean that to include frames from each system in the validation, I should set 'numb_btch'=no. of systems I have in the validation section?
I believe that in v1 of deepmd, only 'numb_test' value needed to be specified. There I assume that as last set of each system was treated as the validation data, 'numb_test'= 100 (say) would be chosen randomly from all the systems to evaluate the test errors.
Please clarify. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions