导入错误:无法从“tensorflow.python.keras.engine”导入名称“keras_tensor”
加载 tensorflow 插件库时出现此错误
import tensorflow_addons as tfa
ImportError: cannot import name 'keras_tensor' from 'tensorflow.python.keras.engine'
回答
此错误是因为您的TensorFlow、Python和tensorflow-addons之间存在不兼容问题。卸载 tensorflow-addons 并根据下表安装版本。有关更多信息,请参阅Github 存储库。
THE END
二维码