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
After fixing some imports, I am getting this error:
Could you provide the custom_object, or maybe a link to a working Google Colab notebook?
[/usr/local/lib/python3.10/dist-packages/keras/src/legacy/saving/serialization.py](https://localhost:8080/#) in class_and_config_for_serialized_keras_object(config, module_objects, custom_objects, printable_module_name)
352 )
353 if cls is None:
--> 354 raise ValueError(
355 f"Unknown {printable_module_name}: '{class_name}'. "
356 "Please ensure you are using a `keras.utils.custom_object_scope` "
ValueError: Unknown layer: 'DeSubpixelConv2D'. Please ensure you are using a `keras.utils.custom_object_scope` and that this object is included in the scope. See https://www.tensorflow.org/guide/keras/save_and_serialize#registering_the_custom_object for details.
The text was updated successfully, but these errors were encountered:
After fixing some imports, I am getting this error:
Could you provide the custom_object, or maybe a link to a working Google Colab notebook?
The text was updated successfully, but these errors were encountered: