我试图使用Tensorflow作为Anaconda的环境但是我遇到了一些错误

时间:2018-04-09 17:43:47

标签: python tensorflow anaconda virtualenv

因此,当我激活我通过anaconda创建的虚拟环境时,请执行以下操作:

import tensorflow as tf 

工作正常。但是,以下行给出错误:

>>> from tensorflow.examples.tutorials.mnist import input_data
ImportError: No module named 'tensorflow.examples'

关于我应该如何解决这个问题的任何线索?

0 个答案:

没有答案