Skip to content

Commit 07e9576

Browse files
authored
add parameter with_pool
1 parent d161500 commit 07e9576

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
GoogLeNet
44
-------------------------------
55

6-
.. py:function:: paddle.vision.models.GoogLeNet(num_classes=1000, **kwargs)
6+
.. py:function:: paddle.vision.models.GoogLeNet(num_classes=1000, with_pool=True)
77
88
GoogLeNet(Inception v1)模型,来自论文 `"Going Deeper with Convolutions" <https://arxiv.org/pdf/1409.4842.pdf>`_ 。
99

1010
参数
1111
:::::::::
1212
- **num_classes** (int, 可选) - 最后一个全连接层输出的维度。如果该值小于0,则不定义最后一个全连接层。默认值:1000。
13+
- **with_pool** (bool,可选) - 是否定义最后一个全连接层之前的池化层。默认值:True。
1314

1415
返回
1516
:::::::::

0 commit comments

Comments
 (0)