You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the code in Google Colab, the accuracy in training is over 90%, but the accuracy in evaluation is much lower. The output looks as follows.
---- batch: 550 ----
mean loss: 0.154208
accuracy: 0.943750
---- batch: 600 ----
mean loss: 0.160189
accuracy: 0.946250
2021-04-07 06:03:49.119485
---- EPOCH 250 EVALUATION ----
eval mean loss: 7361.237774
eval accuracy: 0.062399
eval avg class acc: 0.048500
Does anyone know the cause?
By the way, the version of Python in Colab is 3.7.10 and the version of Tensorflow is 2.4.1, so I made some changes to absorb the difference between the versions.
The text was updated successfully, but these errors were encountered:
When I run the code in Google Colab, the accuracy in training is over 90%, but the accuracy in evaluation is much lower. The output looks as follows.
Does anyone know the cause?
By the way, the version of Python in Colab is 3.7.10 and the version of Tensorflow is 2.4.1, so I made some changes to absorb the difference between the versions.
The text was updated successfully, but these errors were encountered: