我在加载 tensorflow 插件库时遇到这个错误
import tensorflow_addons as tfa
ImportError: cannot import name 'keras_tensor' from 'tensorflow.python.keras.engine'
答案 0 :(得分:24)
此错误是因为您的 TensorFlow、Python 和 tensorflow-addons 之间存在不兼容问题。卸载 tensorflow-addons 并根据下表安装版本。有关详细信息,请参阅 Github repo。