File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,14 @@ paddle.vision 目录是飞桨在视觉领域的高层API。具体如下:
5252 " :ref: `vgg13 <cn_api_paddle_vision_models_vgg13 >` ", "13层的VGG模型"
5353 " :ref: `vgg16 <cn_api_paddle_vision_models_vgg16 >` ", "16层的VGG模型"
5454 " :ref: `vgg19 <cn_api_paddle_vision_models_vgg19 >` ", "19层的VGG模型"
55+ " :ref: `ShuffleNetV2 <cn_api_paddle_vision_models_ShuffleNetV2 >` ", "ShuffleNetV2模型"
56+ " :ref: `shufflenet_v2_x0_25 <cn_api_paddle_vision_models_shufflenet_v2_x0_25 >` ", "输出通道缩放比例为 0.25 的 ShuffleNetV2 模型"
57+ " :ref: `shufflenet_v2_x0_33 <cn_api_paddle_vision_models_shufflenet_v2_x0_33 >` ", "输出通道缩放比例为 0.33 的 ShuffleNetV2 模型"
58+ " :ref: `shufflenet_v2_x0_5 <cn_api_paddle_vision_models_shufflenet_v2_x0_5 >` ", "输出通道缩放比例为 0.5 的 ShuffleNetV2 模型"
59+ " :ref: `shufflenet_v2_x1_0 <cn_api_paddle_vision_models_shufflenet_v2_x1_0 >` ", "输出通道缩放比例为 1.0 的 ShuffleNetV2 模型"
60+ " :ref: `shufflenet_v2_x1_5 <cn_api_paddle_vision_models_shufflenet_v2_x1_5 >` ", "输出通道缩放比例为 1.5 的 ShuffleNetV2 模型"
61+ " :ref: `shufflenet_v2_x2_0 <cn_api_paddle_vision_models_shufflenet_v2_x2_0 >` ", "输出通道缩放比例为 2.0 的 ShuffleNetV2 模型"
62+ " :ref: `shufflenet_v2_swish <cn_api_paddle_vision_models_shufflenet_v2_swish >` ", "使用 swish 进行激活的 ShuffleNetV2 模型"
5563
5664
5765.. _about_ops :
You can’t perform that action at this time.
0 commit comments