File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
python/paddle/trainer_config_helpers Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ value_printer
101
101
:noindex:
102
102
103
103
Detection
104
- =====
104
+ ==========
105
105
106
106
detection_map
107
107
-------------
Original file line number Diff line number Diff line change @@ -240,14 +240,15 @@ class ExtraLayerAttribute(object):
240
240
:type error_clipping_threshold: float
241
241
:param drop_rate: Dropout rate. Dropout will create a mask on layer output.
242
242
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
+ >`_.
246
246
:type drop_rate: float
247
247
: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>`_.
251
252
:type device: int
252
253
"""
253
254
Original file line number Diff line number Diff line change @@ -2556,7 +2556,7 @@ def img_conv_layer(input,
2556
2556
the output will be obtained by concatenating the two results.
2557
2557
2558
2558
The details of grouped convolution, please refer to:
2559
- `ImageNet Classification with Deep Convolutional Neural Networks
2559
+ `ImageNet Classification With Deep Convolutional Neural Networks
2560
2560
<http://www.cs.toronto.edu/~kriz/imagenet_classification_with_deep_convolutional.pdf>`_
2561
2561
2562
2562
The example usage is:
You can’t perform that action at this time.
0 commit comments