Skip to content

Commit e5bfef1

Browse files
authored
Update adabelief.py (#2704)
1 parent fe9c9dd commit e5bfef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_addons/optimizers/adabelief.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def __init__(
113113
rectify: boolean. Whether to apply learning rate rectification as
114114
from RAdam.
115115
total_steps: An integer. Total number of training steps. Enable
116-
warmup by setting a positive value.
116+
warmup by setting a value greater than zero.
117117
warmup_proportion: A floating point value. The proportion of
118118
increasing steps.
119119
min_lr: A floating point value. Minimum learning rate after warmup.

0 commit comments

Comments
 (0)