TensorFlow

API

 tf.keras / optimizers / optimizers.schedules.ExponentialDecay


A serializable learning rate decay schedule.

Used in the notebooks

Used in the tutorials

LearningRateSchedules can be passed in as the learning rate of optimizers in tf.keras.optimizers. They can be serialized and deserialized using tf.keras.optimizers.schedules.serialize and tf.keras.optimizers.schedules.deserialize.

Methods

from_config

View source

Instantiates a LearningRateSchedule from its config.

Args
config Output of get_config().

Returns
A LearningRateSchedule instance.

get_config

View source

__call__

View source

Call self as a function.


此页内容是否对您有帮助