【发布时间】:2018-05-07 16:41:01
【问题描述】:
我正在关注: https://www.tensorflow.org/programmers_guide/debugger
我的导入看起来像:
import tensorflow as tf
import tensorflow.python.debug as tf_debug
我有最新的张量流:
tensorflow==1.8.0
但我收到以下错误:
File "/home/lpp/Desktop/minion-basecaller/mincall/train/_train.py", line 16, in <module>
import tensorflow.python.debug as tf_debug
AttributeError: module 'tensorflow' has no attribute 'python'
【问题讨论】:
标签: python tensorflow