You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7 frames
/usr/local/lib/python3.7/dist-packages/keras/saving/saving_utils.py in raise_model_input_error(model)
86 'set. Usually, input shapes are automatically determined from calling'
87 ' .fit() or .predict(). To manually set the shapes, call '
---> 88 'model.build(input_shape).'.format(model))
89
90
ValueError: Model <main.CycleGan object at 0x7f1515ca2b50> cannot be saved because the input shapes have not been set. Usually, input shapes are automatically determined from calling .fit() or .predict(). To manually set the shapes, call model.build(input_shape).
I tried different fixes but they just gave me different errors:
Hi,
I'm running the Colab of CycleGan as is (https://colab.research.google.com/github/keras-team/keras-io/blob/master/examples/generative/ipynb/cyclegan.ipynb) and have the following error:
I tried different fixes but they just gave me different errors:
What can I do to fix it?
Thank you!
The text was updated successfully, but these errors were encountered: