标签: python tensorflow anaconda virtualenv
因此,当我激活我通过anaconda创建的虚拟环境时,请执行以下操作:
import tensorflow as tf
工作正常。但是,以下行给出错误:
>>> from tensorflow.examples.tutorials.mnist import input_data ImportError: No module named 'tensorflow.examples'
关于我应该如何解决这个问题的任何线索?