File tree Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- python gen_doc.py layers --submodules control_flow device io nn ops tensor detection > layers.rst
2
+ python gen_doc.py layers --submodules control_flow device io nn ops tensor detection learning_rate_scheduler > layers.rst
3
3
4
4
for module in data_feeder clip metrics executor initializer io nets optimizer param_attr profiler regularizer
5
5
do
Original file line number Diff line number Diff line change @@ -1041,3 +1041,42 @@ box_coder
1041
1041
.. autofunction :: paddle.fluid.layers.box_coder
1042
1042
:noindex:
1043
1043
1044
+ learning_rate_scheduler
1045
+ =======================
1046
+
1047
+ exponential_decay
1048
+ -----------------
1049
+
1050
+ .. autofunction :: paddle.fluid.layers.exponential_decay
1051
+ :noindex:
1052
+
1053
+ natural_exp_decay
1054
+ -----------------
1055
+
1056
+ .. autofunction :: paddle.fluid.layers.natural_exp_decay
1057
+ :noindex:
1058
+
1059
+ inverse_time_decay
1060
+ ------------------
1061
+
1062
+ .. autofunction :: paddle.fluid.layers.inverse_time_decay
1063
+ :noindex:
1064
+
1065
+ polynomial_decay
1066
+ ----------------
1067
+
1068
+ .. autofunction :: paddle.fluid.layers.polynomial_decay
1069
+ :noindex:
1070
+
1071
+ piecewise_decay
1072
+ ---------------
1073
+
1074
+ .. autofunction :: paddle.fluid.layers.piecewise_decay
1075
+ :noindex:
1076
+
1077
+ noam_decay
1078
+ ----------
1079
+
1080
+ .. autofunction :: paddle.fluid.layers.noam_decay
1081
+ :noindex:
1082
+
You can’t perform that action at this time.
0 commit comments