View source on GitHub |
Returns the optimizer configuration as a Python dict.
tf.keras.optimizers.serialize(
optimizer
)
Args | |
---|---|
optimizer
|
An Optimizer instance to serialize.
|
Returns | |
---|---|
Python dict which contains the configuration of the optimizer. |