ImportError: cannot import name 'keras_tensor' from 'tensorflow.python.keras.engine'

18,686

This error is because you have incompatibility issues between your TensorFlow, Python and tensorflow-addons. Uninstall the tensorflow-addons and install the version based on the table below. Refer the Github repo for more information.

enter image description here

Share:
18,686
dpacman
Author by

dpacman

I'm a Machine Learning Architect, and a Full Stack Engineer Building world-class software products @Netraga

Updated on July 21, 2022

Comments

  • dpacman
    dpacman almost 2 years

    I'm getting this error while loading the tensorflow addons library

    import tensorflow_addons as tfa
    
    ImportError: cannot import name 'keras_tensor' from 'tensorflow.python.keras.engine'