regularizer.rst.txt 460 字节
Newer Older
1 2 3
..  THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
    !DO NOT EDIT THIS FILE MANUALLY!

4
===========
5
regularizer
6 7
===========

8 9
append_regularization_ops
-------------------------
10

11
..  autofunction:: paddle.v2.fluid.regularizer.append_regularization_ops
12 13
    :noindex:

14 15
L1Decay
-------
16

17 18 19
..  autoclass:: paddle.v2.fluid.regularizer.L1Decay
    :members:
    :noindex:
20

21 22
L2Decay
-------
23

24 25 26
..  autoclass:: paddle.v2.fluid.regularizer.L2Decay
    :members:
    :noindex:
27