Basic_CNNs_TensorFlow2 icon indicating copy to clipboard operation
Basic_CNNs_TensorFlow2 copied to clipboard

The same values after each epoch

Open agnieszkajust opened this issue 5 years ago • 1 comments

After each epoch I have te same values: Epoch: 0/2, train loss: nan, train accuracy: 0.10688, valid loss: nan, valid accuracy: 0.10680 regardless of the model.

tensorflow 2.3.1 (install via pip) Python 3.7.9 What is wrong?

agnieszkajust avatar Oct 07 '20 06:10 agnieszkajust

Maybe the bad data?

calmiLovesAI avatar Oct 14 '21 05:10 calmiLovesAI