Hi,
I try without success to overcome overfitting with the horse or humans dataset.
I’m not able to have a proper graph for accuracy on validation dataset.
Basically, I have something like this
I tried:
- Data Augmentation
- Dropout
- Smaller or larger Batch size
- Smaller network
- Optimizer change
- Learning rate change
it’s still oscillating and I don’t know what to do. I would like to have some insights for having something smoother an a validation accuracy that follow the training accuracy.
This is my model so far:
[code removed - moderator]
Any helps ? Thank