ImportError: cannot import name 'is_keras_tensor'

python3.6/site-packages/efficientnet/model.py", line 332, in EfficientNet
from tensorflow.python.keras.backend import is_keras_tensor

修改python3.6/site-packages/tensorflow/python/keras/backend/__init__.py

新增一行

原文地址:https://www.cnblogs.com/owlowl/p/13084888.html