我正在关注: https://www.tensorflow.org/programmers_guide/debugger
我的导入如下:
~p
我有最新的张量流:
import tensorflow as tf
import tensorflow.python.debug as tf_debug
但是我收到以下错误:
tensorflow==1.8.0
答案 0 :(得分:0)
你为什么要写tensorflow.python.debug?试试这个:
import tensorflow.debug as tf_debug