View source on GitHub |
Inverse of the serialize
function.
tf.keras.optimizers.deserialize(
config, custom_objects=None, use_legacy_format=False, **kwargs
)
Args | |
---|---|
config
|
Optimizer configuration dictionary. |
custom_objects
|
Optional dictionary mapping names (strings) to custom objects (classes and functions) to be considered during deserialization. |
Returns | |
---|---|
A Keras Optimizer instance. |