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