runtime error

Exit code: 1. Reason: 'reflect', 'interpolation': 'bilinear', 'seed': None, 'fill_value': 0.0, 'data_format': 'channels_last'}, 'registered_name': None, 'build_config': {'input_shape': [32, 28, 28, 1]}}, {'module': 'keras.layers', 'class_name': 'RandomTranslation', 'config': {'name': 'random_translation', 'trainable': True, 'dtype': {'module': 'keras', 'class_name': 'DTypePolicy', 'config': {'name': 'float32'}, 'registered_name': None, 'shared_object_id': 2336398289152}, 'height_factor': 0.1, 'width_factor': 0.1, 'fill_mode': 'reflect', 'interpolation': 'bilinear', 'seed': None, 'fill_value': 0.0, 'data_format': 'channels_last'}, 'registered_name': None, 'build_config': {'input_shape': [32, 28, 28, 1]}}], 'build_input_shape': [32, 28, 28, 1]}, 'registered_name': None, 'build_config': {'input_shape': [32, 28, 28, 1]}}. Exception encountered: <class 'keras.src.layers.preprocessing.image_preprocessing.random_rotation.RandomRotation'> could not be deserialized properly. Please ensure that components that are Python object instances (layers, models, etc.) returned by `get_config()` are explicitly deserialized in the model's `from_config()` method. config={'module': 'keras.layers', 'class_name': 'RandomRotation', 'config': {'name': 'random_rotation', 'trainable': True, 'dtype': {'module': 'keras', 'class_name': 'DTypePolicy', 'config': {'name': 'float32'}, 'registered_name': None}, 'factor': [-0.1, 0.1], 'value_range': [0, 255], 'data_format': 'channels_last', 'fill_mode': 'reflect', 'fill_value': 0.0, 'interpolation': 'bilinear', 'seed': None}, 'registered_name': None, 'build_config': {'input_shape': [32, 28, 28, 1]}}. Exception encountered: Error when deserializing class 'RandomRotation' using config={'name': 'random_rotation', 'trainable': True, 'dtype': 'float32', 'factor': [-0.1, 0.1], 'value_range': [0, 255], 'data_format': 'channels_last', 'fill_mode': 'reflect', 'fill_value': 0.0, 'interpolation': 'bilinear', 'seed': None}. Exception encountered: Unrecognized keyword arguments passed to RandomRotation: {'value_range': [0, 255]}

Container logs:

Fetching error logs...