Skip to content

Commit 6de9d43

Browse files
authored
Merge pull request #11424 from weixing02/fix_doc_err
fix errors
2 parents 647c0eb + 6f7f8b4 commit 6de9d43

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

doc/v2/api/config/evaluators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ value_printer
101101
:noindex:
102102

103103
Detection
104-
=====
104+
==========
105105

106106
detection_map
107107
-------------

python/paddle/trainer_config_helpers/attrs.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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

python/paddle/trainer_config_helpers/layers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)