Skip to content

Commit 7cbc9e7

Browse files
authored
修复 LinearWarmup 文档 (#6335)
1 parent 76717f0 commit 7cbc9e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api/paddle/optimizer/lr/LinearWarmup_cn.rst

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ LinearWarmup
1313
1414
lr = start\_lr + (end\_lr - start\_lr) * \frac{epoch}{warmup\_steps}
1515
16+
其中 start_lr 是初始学习率,而 end_lr 是最终学习率;
1617
当训练步数大于等于热身步数(warmup_steps)时,学习率 lr 为:
1718

1819
.. math::

0 commit comments

Comments
 (0)