We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76717f0 commit 7cbc9e7Copy full SHA for 7cbc9e7
docs/api/paddle/optimizer/lr/LinearWarmup_cn.rst
@@ -13,6 +13,7 @@ LinearWarmup
13
14
lr = start\_lr + (end\_lr - start\_lr) * \frac{epoch}{warmup\_steps}
15
16
+其中 start_lr 是初始学习率,而 end_lr 是最终学习率;
17
当训练步数大于等于热身步数(warmup_steps)时,学习率 lr 为:
18
19
.. math::
0 commit comments