-
Hi all, Q1. I have one trivial doubt regarding the validation parameter. As the validation parameter is optional If it is set to None then How validation data is being obtained? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Answer based on my findings -- Please feel free to comment and reopen the discussion if you have some other perspective. |
Beta Was this translation helpful? Give feedback.
Answer based on my findings --
Answer 1. -- Few Training data are being considered as validation data.
Answer 2. -- It is suggested as 95 % Training data and 5 % Validation data.
Answer 3 -- No 9500 will be taken as training data and the remaining data for test and validation purposes. As per my understanding, DeePMD treats validation and test data the same.
Please feel free to comment and reopen the discussion if you have some other perspective.