1

Curious, do people use data augmentation on the validation set? I am aware there is a debate for the test set -- but the validation set is usually a split form the train set, so wouldn't it make sense to use data augmentation for that?

Also, augmentation helps for models to be better, so wouldn't it make more sense to have the val set version that might improve the model most? (e.g. if you are doing early stopping)


Note: this is not the same as asking to augment the test set. The test should never be used during the ML cycles, only to report values on a paper.


Related:

Charlie Parker
  • 5,836
  • 11
  • 57
  • 113
  • It might be helpful for you to define what you mean by 'Validation Set' as its a term that is some times used in different ways (see https://machinelearningmastery.com/difference-test-validation-datasets/) – A. Bollans Feb 13 '22 at 12:19

0 Answers0