6 ms·
Holy data leakage Batman! Because the data augmentation is performed prior to the random train/val/test split, nearly identical instances may be found in each
by ntenenz 9y ago
Holy data leakage Batman!
Because the data augmentation is performed prior to the random train/val/test split, nearly identical instances may be found in each set. In other words, a 1 degree rotation of training image X may be found in the validation or test set which would artificially inflate performance.