MegaCreater
MegaCreater
Got error - ```python ImportError: cannot import name 'InputSpec' from 'keras.engine' ``` In line https://github.com/RaphaelMeudec/deblur-gan/blob/8b4b15d36124c4bc7208a97a7e65026206dcf7d6/deblurgan/layer_utils.py#L4. Please make update it to -> ```python from keras.layers import InputSpec ``` keras version ->...
### Checklist - [X] I added a descriptive title - [X] I searched for other issues and couldn't find a solution or duplication - [X] I already searched in Google...
### Code NOT WORKING ```python # load dataset module import tensorflow_datasets as tfds # make downloading progress bar dissable tfds.disable_progress_bar() # download data - cats vs dogs _=tfds.load('cats_vs_dogs', # dataset...