tfm.optimization.PolynomialWarmUp

Applies polynomial warmup schedule on a given learning rate decay schedule.

Methods

from_config

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.