SadmanSakib93 / Stratified-k-fold-cross-validation-Image-classification-keras

This python program demonstrates image classification with stratified k-fold cross validation technique.
33 stars 15 forks source link

Check Validation Loss #4

Closed puelon closed 1 year ago

puelon commented 1 year ago

Hello, I was wondering how do I know if the model is overfitting? The accuracy and test accuracy is great and all, but how would I verify the validation loss/history without ruining the great accuracy?

SadmanSakib93 commented 1 year ago

If you check the code output again please, you will find that both the validation accuracy and loss for each fold are computed.