We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d161500 commit 07e9576Copy full SHA for 07e9576
docs/api/paddle/vision/models/GoogLeNet_cn.rst
@@ -3,13 +3,14 @@
3
GoogLeNet
4
-------------------------------
5
6
-.. py:function:: paddle.vision.models.GoogLeNet(num_classes=1000, **kwargs)
+.. py:function:: paddle.vision.models.GoogLeNet(num_classes=1000, with_pool=True)
7
8
GoogLeNet(Inception v1)模型,来自论文 `"Going Deeper with Convolutions" <https://arxiv.org/pdf/1409.4842.pdf>`_ 。
9
10
参数
11
:::::::::
12
- **num_classes** (int, 可选) - 最后一个全连接层输出的维度。如果该值小于0,则不定义最后一个全连接层。默认值:1000。
13
+ - **with_pool** (bool,可选) - 是否定义最后一个全连接层之前的池化层。默认值:True。
14
15
返回
16
0 commit comments