I am using Keras with Tensorflow backend to build and run autoencoder. I am having this error, when I use autoencoder to predict:
AttributeError: module 'tensorflow.python.framework.ops' has no attribute '_TensorLike'
I have already made sure I am running python 3.7 in my notebook. I created a virtual environment and used pip to install all my packages and they are all properly imported, but the error is still there. Can you please help?
Hi,
I am using Keras with Tensorflow backend to build and run autoencoder. I am having this error, when I use autoencoder to predict:
AttributeError: module 'tensorflow.python.framework.ops' has no attribute '_TensorLike'
I have already made sure I am running python 3.7 in my notebook. I created a virtual environment and used pip to install all my packages and they are all properly imported, but the error is still there. Can you please help?