| batch_decay | R Documentation |
Batch/checkpoint decay helper
batch_decay(
patience = 3,
gamma = 0.5,
min_delta = 0,
warmup = 0,
min_stepsize = 0
)
patience |
number of consecutive checkpoints without improvement before decay. |
gamma |
decay factor in |
min_delta |
minimum required decrease to count as improvement. |
warmup |
number of initial checkpoints to skip. |
min_stepsize |
lower bound for absolute stepsize. |
Convenience helper that enables grad-norm plateau decay and keeps iteration schedule constant.
a stepsize_control() object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.