Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

第五章(5.5节)最佳实践样例中的mnist_eval.py运行后输出一直是After 29001 training step(s)...是怎么回事? #142

Open
dhwgithub opened this issue Jun 20, 2020 · 0 comments

Comments

@dhwgithub
Copy link

按mnist_eval.py样例运行给出的代码实际输出结果:

After 29001 training step(s), validation accuracy = 0.9852
After 29001 training step(s), validation accuracy = 0.9852
After 29001 training step(s), validation accuracy = 0.9852
......

应该输出的结果是:

INFO:tensorflow:Restoring parameters from MNIST_model/mnist_model-4001
After 4001 training step(s), validation accuracy = 0.9826
INFO:tensorflow:Restoring parameters from MNIST_model/mnist_model-5001
After 5001 training step(s), validation accuracy = 0.983
INFO:tensorflow:Restoring parameters from MNIST_model/mnist_model-6001
After 6001 training step(s), validation accuracy = 0.9832
......
After 29001 training step(s), validation accuracy = 0.9856

我用的是tensorflow1.5+python3.5版本
这是什么原因?应该怎么改

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant