Skip to content

Commit 1c81461

Browse files
committed
remove deprecated parameter
1 parent 4467874 commit 1c81461

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/api/paddle/vision/models/MobileNetV3Large_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
MobileNetV3Large
44
-------------------------------
55

6-
.. py:class:: paddle.vision.models.MobileNetV3Large(scale=1.0, last_channel=1280, num_classes=1000, with_pool=True)
6+
.. py:class:: paddle.vision.models.MobileNetV3Large(scale=1.0, num_classes=1000, with_pool=True)
77
88
MobileNetV3Large模型,来自论文 `"Searching for MobileNetV3" <https://arxiv.org/abs/1905.02244>`_ 。
99

docs/api/paddle/vision/models/MobileNetV3Small_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
MobileNetV3Small
44
-------------------------------
55

6-
.. py:class:: paddle.vision.models.MobileNetV3Small(scale=1.0, last_channel=1280, num_classes=1000, with_pool=True)
6+
.. py:class:: paddle.vision.models.MobileNetV3Small(scale=1.0, num_classes=1000, with_pool=True)
77
88
MobileNetV3Small模型,来自论文 `"Searching for MobileNetV3" <https://arxiv.org/abs/1905.02244>`_ 。
99

docs/api/paddle/vision/models/mobilenet_v3_large_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
mobilenet_v3_large
44
-------------------------------
55

6-
.. py:function:: paddle.vision.models.mobilenet_v3_large(pretrained=False, scale=1.0, last_channel=1280, **kwargs)
6+
.. py:function:: paddle.vision.models.mobilenet_v3_large(pretrained=False, scale=1.0, **kwargs)
77
88
MobileNetV3Large模型,来自论文 `"Searching for MobileNetV3" <https://arxiv.org/abs/1905.02244>`_ 。
99

docs/api/paddle/vision/models/mobilenet_v3_small_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
mobilenet_v3_small
44
-------------------------------
55

6-
.. py:function:: paddle.vision.models.mobilenet_v3_small(pretrained=False, scale=1.0, last_channel=1280, **kwargs)
6+
.. py:function:: paddle.vision.models.mobilenet_v3_small(pretrained=False, scale=1.0, **kwargs)
77
88
MobileNetV3Small模型,来自论文 `"Searching for MobileNetV3" <https://arxiv.org/abs/1905.02244>`_ 。
99

0 commit comments

Comments
 (0)