模块tensorflow.tools.api.generator.api.compat没有属性v1

时间:2019-07-10 18:06:33

标签: python tensorflow

我在Ubuntu上使用Python 3和tensorflow 1.8.0

ipython notebook中,我跑了:

%load_ext autoreload
%autoreload 2
%matplotlib inline
import tensorflow as tf
from keras.layers import Input
tf.compat.v1.image.resize_bilinear()

但是我得到attributeerror: module tensorflow.tools.api.generator.api.compat has no attribute v1

我该如何解决?

1 个答案:

答案 0 :(得分:0)

更新Tensorflow解决了此问题。

例如运行pip install --upgrade --ignore-installed tensorflow