Skip to content

Commit

Permalink
Update adabelief.py (#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
denadai2 authored May 18, 2022
1 parent fe9c9dd commit e5bfef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_addons/optimizers/adabelief.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def __init__(
rectify: boolean. Whether to apply learning rate rectification as
from RAdam.
total_steps: An integer. Total number of training steps. Enable
warmup by setting a positive value.
warmup by setting a value greater than zero.
warmup_proportion: A floating point value. The proportion of
increasing steps.
min_lr: A floating point value. Minimum learning rate after warmup.
Expand Down

0 comments on commit e5bfef1

Please sign in to comment.