awentzonline / image-analogies

Generate image analogies using neural matching and blending.
MIT License
3.52k stars 282 forks source link

AttributeError: module 'tensorflow.python.framework.ops' has no attribute '_TensorLike' #55

Closed Tahiya31 closed 5 years ago

Tahiya31 commented 5 years ago

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'

screen shot 2019-02-08 at 5 38 38 pm

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?