AttributeError:模块'tensorflow'没有属性'python' - >以下张量流调试器教程

时间:2018-05-07 08:32:51

标签: python tensorflow

我正在关注: https://www.tensorflow.org/programmers_guide/debugger

我的导入如下:

~p

我有最新的张量流:

import tensorflow as tf
import tensorflow.python.debug as tf_debug

但是我收到以下错误:

tensorflow==1.8.0

1 个答案:

答案 0 :(得分:0)

你为什么要写tensorflow.python.debug?试试这个:

import tensorflow.debug as tf_debug