相关文章推荐
月球上的荔枝  ·  mysql ...·  3 月前    · 
听话的显示器  ·  无法将 ...·  9 月前    · 
失落的饼干  ·  git subtree pull 错误 ...·  11 月前    · 
鼻子大的脆皮肠  ·  hive 分位数函数 ...·  1 年前    · 

使用TensorFlow训练MNIST数据集,SystemExit异常的解决方案

5 年前

学习TensorFlow教程中'TensorFlow Mechanics 101'时,如果使用Spyder IDE,可能出现如下错误:

Step 1800: loss = 0.30 (0.002 sec)
Step 1900: loss = 0.44 (0.003 sec)
Training Data Eval:
  Num examples: 55000  Num correct: 49180  Precision @ 1: 0.8942
Validation Data Eval:
  Num examples: 5000  Num correct: 4509  Precision @ 1: 0.9018
Test Data Eval:
  Num examples: 10000  Num correct: 9023  Precision @ 1: 0.9023
An exception has occurred, use %tb to see the full traceback.
SystemExit