模块中的AttributeError' tensorflow.python.ops.variable_scope'

时间:2017-01-06 15:37:05

标签: python tensorflow

设置: 窗户10, gpu Nvidia 760, python 3.5.2, Anaconda 4.2.0, Tensorflow 0.12,

运行Iris示例或Deep&在Iris的情况下,我得到与fit_model相关的相同错误:

classifier.fit(x=training_set.data, y=training_set.target, steps=2000)

产生错误

并且深入&宽

m.fit(input_fn=lambda: input_fn(df_train, True), steps=200)

产生相同的错误

 File "C:\Users\OWNER\Anaconda3\lib\site-packages\tensorflow\contrib\framework\python\ops\variables.py", line 203, in variable
    return variable_scope.get_variable(name, shape=shape, dtype=dtype,

AttributeError: module 'tensorflow.python.ops.variable_scope' has no attribute 'get_variable'

我在这个

上提供了任何帮助

0 个答案:

没有答案