Performance reduce before and after adding Feature extraction #541
Unanswered
imnotwannafire
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Mr.Dbourke,
I'm doing 04. Transfer Learning in TensorFlow Part 1: Feature Extraction Exercises with mobileNetv2 base model
I'm very confused when after adding data augmentation layer to the model, the performance become worse.
Without data augmentation, accuracy is 0.8
After data augmentation, accuracy is only 0.32
Here is the code I'm writing for augmentation data
Beta Was this translation helpful? Give feedback.
All reactions