刚入门,碰见这个错误不知咋办才好。
错误信息:
ModuleNotFoundError: No module named ‘tensorflow.examples.turorials’
代码:
import numpy as np
import tensorflow as tf
from tensorflow.examples.turorials.mnist import input_data
from matplotlib import pyplot as plt
%matplotlib inline
tf.logging.set_verbosity (tf.logging.INFO)
搞不懂,这个是例子啊,为什么会找不到那个模块。应该是我环境的问题,但不知道哪里问题,因为我是在 tinymind 云端上运行的,在本地电脑上搭建起来的环境运行也不行,求助大神,怎么排查。
贝贝先森 2018-11-10 22:16:51