以下是我在codeorflow.org上的tf.contrib.learn教程中直接获取的代码片段:
AttributeError Traceback (most recent call last)
<ipython-input-14-7122d1244c55> in <module>()
11
12 # Load Data Sets
---> 13 training_set = tf.contrib.learn.datasets.base.load_csv_with_header(
14 filename = IRIS_TRAINING,
15 target_dtype = np.int,
AttributeError: 'module' object has no attribute 'learn'
以下是错误消息:
{{1}}
显然,模块具有属性learn,因为tensorflow有一个关于学习tf.contrib.learn的部分。我究竟做错了什么?所有指导都表示赞赏。