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 9c33808 commit 721c536Copy full SHA for 721c536
docs/api/paddle/vision/models/ResNeXt_cn.rst
@@ -12,8 +12,7 @@ ResNeXt
12
- **layers** (int,可选) - ResNeXt 模型的深度。默认值:50
13
- **cardinality** (int,可选) - 模型基数,也即划分组的数量。默认值:32
14
- **num_classes** (int, 可选) - 最后一个全连接层输出的维度。如果该值小于0,则不定义最后一个全连接层。默认值:1000。
15
- - **input_image_channel**(int, 可选)- 输入图片的通道数,默认值:3
16
- - **data_format**(str, 可选)- 数据的格式,默认值:"NCHW"
+ - **with_pool** (bool,可选) - 是否定义最后一个全连接层之前的池化层。默认值:True。
17
18
返回
19
:::::::::
0 commit comments