首页 > 其他 > 详细

ImportError: No module named examples.tutorials.mnist

时间:2016-08-10 21:04:05      阅读:3606      评论:0      收藏:0      [点我收藏+]

Traceback (most recent call last):
  File "nearest_neighbor.py", line 14, in <module>
    from tensorflow.examples.tutorials.mnist import input_data

ImportError: No module named examples.tutorials.mnist

安装的tensorflow升级版本后就OK了,     0.8.0 -> 0.9.0 


sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0rc0-cp27-none-linux_x86_64.whl 

sudo  pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/protobuf-3.0.0b2.post2-cp27-none-linux_x86_64.whl

 

参考:http://blog.csdn.net/kevinew/article/details/51722682

ImportError: No module named examples.tutorials.mnist

原文:http://www.cnblogs.com/wuchaodzxx/p/5758149.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!