Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Underfitting problem #10

Closed
Jayan-K-Duggal opened this issue Mar 16, 2019 · 1 comment
Closed

Underfitting problem #10

Jayan-K-Duggal opened this issue Mar 16, 2019 · 1 comment

Comments

@Jayan-K-Duggal
Copy link

When I used auto augment with my custom NN arch with CIFAR-10 dataset, I got more testing accuracy and less training accuracy. I tried many things and it happens when I implement autoaugmentation only, the under fitting problem, Can please explain why this happening?
Just looking for answers...

@DeepVoltaire
Copy link
Owner

Data augmentation is changing the images you show your network by distorting and moving the images around in all kinds of ways. This makes it harder to overfit and if your model has not enough complexity it can also result in underfitting. So this is perfectly normal and if you want to move out of this underfitting situation you should increase the complexity of your model or use less aggressive data augmentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants