Skip to content

Commit

Permalink
add a blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo authored Jun 1, 2022
1 parent 16e7e88 commit f84afe8
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 14 deletions.
3 changes: 2 additions & 1 deletion docs/api/paddle/vision/models/ResNet_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ResNet

.. py:class:: paddle.vision.models.ResNet(Block, depth=50, width=64, num_classes=1000, with_pool=True, groups=1)
ResNet模型,来自论文 `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ 。
ResNet模型,来自论文 `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ 。

参数
:::::::::
Expand Down
3 changes: 2 additions & 1 deletion docs/api/paddle/vision/models/resnet101_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ resnet101

.. py:function:: paddle.vision.models.resnet101(pretrained=False, **kwargs)
101层的resnet模型,来自论文 `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ 。
101层的resnet模型,来自论文 `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ 。

参数
:::::::::
Expand Down
3 changes: 2 additions & 1 deletion docs/api/paddle/vision/models/resnet152_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ resnet152

.. py:function:: paddle.vision.models.resnet152(pretrained=False, **kwargs)
152层的resnet模型,来自论文 `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ 。
152层的resnet模型,来自论文 `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ 。

参数
:::::::::
Expand Down
3 changes: 2 additions & 1 deletion docs/api/paddle/vision/models/resnet18_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ resnet18

.. py:function:: paddle.vision.models.resnet18(pretrained=False, **kwargs)
18层的resnet模型,来自论文 `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ 。
18层的resnet模型,来自论文 `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ 。

参数
:::::::::
Expand Down
3 changes: 2 additions & 1 deletion docs/api/paddle/vision/models/resnet34_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ resnet34

.. py:function:: paddle.vision.models.resnet34(pretrained=False, **kwargs)
34层的resnet模型,来自论文 `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ 。
34层的resnet模型,来自论文 `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ 。

参数
:::::::::
Expand Down
3 changes: 2 additions & 1 deletion docs/api/paddle/vision/models/resnet50_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ resnet50

.. py:function:: paddle.vision.models.resnet50(pretrained=False, **kwargs)
50层的resnet模型,来自论文 `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ 。
50层的resnet模型,来自论文 `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ 。

参数
:::::::::
Expand Down
3 changes: 2 additions & 1 deletion docs/api/paddle/vision/models/resnext101_32x4d_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ resnext101_32x4d

.. py:function:: paddle.vision.models.resnext101_32x4d(pretrained=False, **kwargs)
ResNeXt-101 32x4d模型,来自论文 `"Aggregated Residual Transformations for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_ 。
ResNeXt-101 32x4d模型,来自论文 `"Aggregated Residual Transformations for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_ 。

参数
:::::::::
Expand Down
3 changes: 2 additions & 1 deletion docs/api/paddle/vision/models/resnext101_64x4d_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ resnext101_64x4d

.. py:function:: paddle.vision.models.resnext101_64x4d(pretrained=False, **kwargs)
ResNeXt-101 64x4d模型,来自论文 `"Aggregated Residual Transformations for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_ 。
ResNeXt-101 64x4d模型,来自论文 `"Aggregated Residual Transformations for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_ 。

参数
:::::::::
Expand Down
3 changes: 2 additions & 1 deletion docs/api/paddle/vision/models/resnext152_32x4d_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ resnext152_32x4d

.. py:function:: paddle.vision.models.resnext152_32x4d(pretrained=False, **kwargs)
ResNeXt-152 32x4d模型,来自论文 `"Aggregated Residual Transformations for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_ 。
ResNeXt-152 32x4d模型,来自论文 `"Aggregated Residual Transformations for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_ 。

参数
:::::::::
Expand Down
3 changes: 2 additions & 1 deletion docs/api/paddle/vision/models/resnext152_64x4d_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ resnext152_64x4d

.. py:function:: paddle.vision.models.resnext152_64x4d(pretrained=False, **kwargs)
ResNeXt-152 64x4d模型,来自论文 `"Aggregated Residual Transformations for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_ 。
ResNeXt-152 64x4d模型,来自论文 `"Aggregated Residual Transformations for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_ 。

参数
:::::::::
Expand Down
3 changes: 2 additions & 1 deletion docs/api/paddle/vision/models/resnext50_32x4d_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ resnext50_32x4d

.. py:function:: paddle.vision.models.resnext50_32x4d(pretrained=False, **kwargs)
ResNeXt-50 32x4d模型,来自论文 `"Aggregated Residual Transformations for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_ 。
ResNeXt-50 32x4d模型,来自论文 `"Aggregated Residual Transformations for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_ 。

参数
:::::::::
Expand Down
3 changes: 2 additions & 1 deletion docs/api/paddle/vision/models/resnext50_64x4d_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ resnext50_64x4d

.. py:function:: paddle.vision.models.resnext50_64x4d(pretrained=False, **kwargs)
ResNeXt-50 64x4d模型,来自论文 `"Aggregated Residual Transformations for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_ 。
ResNeXt-50 64x4d模型,来自论文 `"Aggregated Residual Transformations for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_ 。

参数
:::::::::
Expand Down
3 changes: 2 additions & 1 deletion docs/api/paddle/vision/models/wide_resnet101_2_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ wide_resnet101_2

.. py:function:: paddle.vision.models.wide_resnet101_2(pretrained=False, **kwargs)
101层的wide_resnet模型,来自论文 `"Wide Residual Networks" <https://arxiv.org/pdf/1605.07146.pdf>`_ 。
101层的wide_resnet模型,来自论文 `"Wide Residual Networks" <https://arxiv.org/pdf/1605.07146.pdf>`_ 。

参数
:::::::::
Expand Down
3 changes: 2 additions & 1 deletion docs/api/paddle/vision/models/wide_resnet50_2_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ wide_resnet50_2

.. py:function:: paddle.vision.models.wide_resnet50_2(pretrained=False, **kwargs)
50层的wide_resnet模型,来自论文 `"Wide Residual Networks" <https://arxiv.org/pdf/1605.07146.pdf>`_ 。
50层的wide_resnet模型,来自论文 `"Wide Residual Networks" <https://arxiv.org/pdf/1605.07146.pdf>`_ 。

参数
:::::::::
Expand Down

0 comments on commit f84afe8

Please sign in to comment.