Submitted by pgao_aquarium t3_11l4xo0 in MachineLearning
KD_A t1_jbf175s wrote
Reply to comment by murrdpirate in [D] To Make Your Model Better, First Figure Out What's Wrong by pgao_aquarium
> Do you think data augmentation should also be disabled in that test?
Yes. I've never actually experimented w/ stuff like image augmentation. But in most examples I looked up, augmentation is a training-only computation which may make training loss look higher than it actually is. In general the rule is just this: to unbiasedly estimate training loss, apply the exact same code you're using to estimate validation loss to training data.
Viewing a single comment thread. View all comments