calmiLovesAI / Basic_CNNs_TensorFlow2

A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2, SENet, SqueezeNet, DenseNet, ShuffleNetV2, ResNet).
MIT License
524 stars 178 forks source link

The same values after each epoch #22

Open agnieszkajust opened 3 years ago

agnieszkajust commented 3 years ago

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?

calmiLovesAI commented 2 years ago

Maybe the bad data?