Sai Chand
Sai Chand

Reputation: 9

Is my Inception V3 model overfitted or is it fine to have those fluctuations?

In this post, I have added graphs of both accuracy and loss of basic inception v3 model and another inception v3 model with dropout layer. Can anyone tell me whether these models are overfitted or not by looking at the graphs.

Basic Inception V3 model graphs

Accuracy

loss

Inception V3 with Dropout layer

balanced_accuracy

balanced_loss

Upvotes: -1

Views: 281

Answers (1)

DaveR
DaveR

Reputation: 2358

Learning rate is too high, the val_loss should be more smooth. So far overfitting does not seem to happen,

Upvotes: 1

Related Questions