Data augmentation in test/validation set?

前端 未结 7 1540
甜味超标
甜味超标 2021-02-12 14:57

It is common practice to augment data (add samples programmatically, such as random crops, etc. in the case of a dataset consisting of images) on both training and test set, or

7条回答
  •  盖世英雄少女心
    2021-02-12 15:22

    This answer on stats.SE makes the case for applying crops on the validation / test sets so as to make that input similar the the input in the training set that the network was trained on.

提交回复
热议问题