idealo / image-super-resolution

🔎 Super-scale your images and run experiments with Residual Dense and Adversarial Networks.
https://idealo.github.io/image-super-resolution/
Apache License 2.0
4.67k stars 768 forks source link

on "Colab" ModuleNotFoundError: No module named 'tensorflow.python.keras.engine.base_layer_v1' #143

Open kodindonesia opened 4 years ago

kodindonesia commented 4 years ago

trying to use ISR on "Colab" results in the following error: ModuleNotFoundError: No module named 'tensorflow.python.keras.engine.base_layer_v1'

from ISR.models import RDN model = RDN(weights='noise-cancel')

livingsparks commented 4 years ago

Take with a big pinch of salt: try to install pip install tensorflow==2.0.1