How to set the number of samples in the training set and test set during training #481
-
Dear all, I am confused with training set and test set
Thank you and looking for your reply. Cheng Qian |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Cheng! The last set is used as testing set, while the rest sets are used as training sets. Regarding the ratio between training and testing data, that depends on the size of your dataset /Daniel |
Beta Was this translation helpful? Give feedback.
Hi Cheng!
The last set is used as testing set, while the rest sets are used as training sets.
You can find for information about preparing the data here:
https://deepmd.readthedocs.io/en/master/use-deepmd-kit.html#prepare-data
Regarding the ratio between training and testing data, that depends on the size of your dataset
But using around 20% of the data as testing data is a good start.
/Daniel