Why is Tensorflow Official CNN example stuck at 10 percent accuracy (= random prediction) on my machine?
问题 I am running the CNN example from Tensorflow Official website - (https://www.tensorflow.org/tutorials/images/cnn) I have run the notebook as it is without any modifications whatsoever. My accuracy (training accuracy) is stuck at 10%. I tried to overfit by only using the first 10 (image, label) pairs, but the result is still the same. The network just does not learn. Here is my model.summary() - Model: "sequential" _________________________________________________________________ Layer (type)