Test accuracy consistently higher than Train_accuracy when used full dataset of 750 images in transfer learning #458
NietzscheDostoevsky
started this conversation in
General
Replies: 1 comment 4 replies
-
|
Hi @DietzscheNostoevsky, It may be because the patterns learned in the training data are really good at predicting on unseen images. Have you tried printing out some outputs of the testing images with their predictions to see what they look like? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
-
I used the create dataset notebook to create a full dataset of 750 images per class of Pizza, Sushi and Steak, and trained the same model for 20 epochs. I am getting test_accuracy consistently higher than train_accuracy, and test_loss lower than train_loss as well.
What could be the reason for this ?
Beta Was this translation helpful? Give feedback.
All reactions