Why is the result of the code offered by Deep Learning with TensorFlow different from the snapshot in its book
问题 In the first chapter of Deep Learning with TensorFlow , it gives an example on how to build a simple neural network for recognizing handwritten digits. According to its description, the code bundle for the book can be found at GitHub. From the context, I think section Running a simple TensorFlow 2.0 net and establishing a baseline uses the code same with Deep-Learning-with-TensorFlow-2-and-Keras/mnist_V1.py. When I run this example code, it gives me the following output: The snapshot from the