Skip to content

Data augmentation in EfficientNetB0 makes accuracy 2% worse? #156

Discussion options

You must be logged in to vote

data augmentation can have really good results on your model or maybe worsen your model
after you done data augmentation model get's some images which are modified from original data ( you are doing some operations on images while doing data augmentation ) but while model is predicting on the test data the images are not augmented they are provided as they are because of that you may experience some lower accuracy

in general augmentation helps model to generalize the data but some times it lowers accuracy as images its training on are really different from images it's predicting on

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@steveSchneider2
Comment options

@mrdbourke
Comment options

Answer selected by mrdbourke
Comment options

You must be logged in to vote
1 reply
@Keerthana0207
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants