-
Notifications
You must be signed in to change notification settings - Fork 19.6k
Closed
Description
I fit a model as follow: history = model.fit(x_train, y_train, epochs=50, verbose=1, validation_data=(x_val,y_val))
Got the answer :
Epoch 48/50
49/49 [==============================] - 0s 3ms/step - loss: 0.0228 - acc: 0.9796 - val_loss: 3.3064 - val_acc: 0.6923
Epoch 49/50
49/49 [==============================] - 0s 3ms/step - loss: 0.0186 - acc: 1.0000 - val_loss: 3.3164 - val_acc: 0.6923
Epoch 50/50
49/49 [==============================] - 0s 2ms/step - loss: 0.0150 - acc: 1.0000 - val_loss: 3.3186 - val_acc: 0.6923
While, when I try to evaluate my model in train set with model.evaluate(x_train,y_train)
I got this [4.552013397216797, 0.44897958636283875]
I have no idea how this happen? Thank you.
SpecKROELLchen, Moeinh77, sanosay, AaronWong14, magedhelmy1 and 8 more
Metadata
Metadata
Assignees
Labels
No labels