We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a319163 commit c57a0b9Copy full SHA for c57a0b9
docs/design/use/use.md
@@ -27,19 +27,11 @@ English | [简体中文](use_cn.md)
27
28
----
29
### optimizer
30
-<<<<<<< HEAD
31
-> 训练优化器
32
-> * 参数
33
-> * type : 优化器类型,支持目前Paddle官方所有优化器
34
-> * weight_decay : L2正则化的值
35
-> * **others** : 请参考[Paddle官方Optimizer文档](https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/optimizer/Overview_cn.html)
36
-=======
37
* Optimizer in training
38
> * Args
39
> * type : Optimizer type, currently only supports'sgd' and'adam'
40
> * momentum : Momentum optimization.
41
> * weight_decay : L2 regularized value.
42
->>>>>>> release/2.2
43
44
45
### lr_scheduler
0 commit comments