We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9c9dd commit e5bfef1Copy full SHA for e5bfef1
tensorflow_addons/optimizers/adabelief.py
@@ -113,7 +113,7 @@ def __init__(
113
rectify: boolean. Whether to apply learning rate rectification as
114
from RAdam.
115
total_steps: An integer. Total number of training steps. Enable
116
- warmup by setting a positive value.
+ warmup by setting a value greater than zero.
117
warmup_proportion: A floating point value. The proportion of
118
increasing steps.
119
min_lr: A floating point value. Minimum learning rate after warmup.
0 commit comments