Skip to content

Commit 721c536

Browse files
authored
update resnext API
1 parent 9c33808 commit 721c536

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ ResNeXt
1212
- **layers** (int,可选) - ResNeXt 模型的深度。默认值:50
1313
- **cardinality** (int,可选) - 模型基数,也即划分组的数量。默认值:32
1414
- **num_classes** (int, 可选) - 最后一个全连接层输出的维度。如果该值小于0,则不定义最后一个全连接层。默认值:1000。
15-
- **input_image_channel**(int, 可选)- 输入图片的通道数,默认值:3
16-
- **data_format**(str, 可选)- 数据的格式,默认值:"NCHW"
15+
- **with_pool** (bool,可选) - 是否定义最后一个全连接层之前的池化层。默认值:True。
1716

1817
返回
1918
:::::::::

0 commit comments

Comments
 (0)