File tree Expand file tree Collapse file tree
python/paddle/trainer_config_helpers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ value_printer
101101 :noindex:
102102
103103Detection
104- =====
104+ ==========
105105
106106detection_map
107107-------------
Original file line number Diff line number Diff line change @@ -240,14 +240,15 @@ class ExtraLayerAttribute(object):
240240 :type error_clipping_threshold: float
241241 :param drop_rate: Dropout rate. Dropout will create a mask on layer output.
242242 The dropout rate is the zero rate of this mask. The
243- details of what dropout is please refer to `here
244- <https://www.cs.toronto.edu/~hinton/absps/
245- JMLRdropout.pdf >`_.
243+ details of what dropout is please refer to `JMLRdropout
244+ <https://www.cs.toronto.edu/~hinton/absps/JMLRdropout.pdf
245+ >`_.
246246 :type drop_rate: float
247247 :param device: device ID of layer. device=-1, use CPU. device>=0, use GPU.
248- The details allocation in parallel_nn please refer to `here
249- <http://www.paddlepaddle.org/doc/ui/cmd_argument/
250- use_case.html#case-2-specify-layers-in-different-devices>`_.
248+ The details allocation in parallel_nn please refer to `use_case
249+ <https://github.com/PaddlePaddle/Paddle/blob/develop/doc/v2
250+ /howto/cmd_parameter/use_case_en.md#case-2-specify-layers-in
251+ -different-devices>`_.
251252 :type device: int
252253 """
253254
Original file line number Diff line number Diff line change @@ -2556,7 +2556,7 @@ def img_conv_layer(input,
25562556 the output will be obtained by concatenating the two results.
25572557
25582558 The details of grouped convolution, please refer to:
2559- `ImageNet Classification with Deep Convolutional Neural Networks
2559+ `ImageNet Classification With Deep Convolutional Neural Networks
25602560 <http://www.cs.toronto.edu/~kriz/imagenet_classification_with_deep_convolutional.pdf>`_
25612561
25622562 The example usage is:
You can’t perform that action at this time.
0 commit comments