我在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
我该如何解决?
答案 0 :(得分:0)
更新Tensorflow解决了此问题。
例如运行pip install --upgrade --ignore-installed tensorflow