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 @@ -71,6 +71,14 @@ paddle.vision 目录是飞桨在视觉领域的高层API。具体如下:
7171 " :ref: `inception_v3 <cn_api_paddle_vision_models_inception_v3 >` ", "InceptionV3模型"
7272 " :ref: `GoogLeNet <cn_api_paddle_vision_models_GoogLeNet >` ", "GoogLeNet模型"
7373 " :ref: `googlenet <cn_api_paddle_vision_models_googlenet >` ", "GoogLeNet模型"
74+ " :ref: `ShuffleNetV2 <cn_api_paddle_vision_models_ShuffleNetV2 >` ", "ShuffleNetV2模型"
75+ " :ref: `shufflenet_v2_x0_25 <cn_api_paddle_vision_models_shufflenet_v2_x0_25 >` ", "输出通道缩放比例为 0.25 的 ShuffleNetV2 模型"
76+ " :ref: `shufflenet_v2_x0_33 <cn_api_paddle_vision_models_shufflenet_v2_x0_33 >` ", "输出通道缩放比例为 0.33 的 ShuffleNetV2 模型"
77+ " :ref: `shufflenet_v2_x0_5 <cn_api_paddle_vision_models_shufflenet_v2_x0_5 >` ", "输出通道缩放比例为 0.5 的 ShuffleNetV2 模型"
78+ " :ref: `shufflenet_v2_x1_0 <cn_api_paddle_vision_models_shufflenet_v2_x1_0 >` ", "输出通道缩放比例为 1.0 的 ShuffleNetV2 模型"
79+ " :ref: `shufflenet_v2_x1_5 <cn_api_paddle_vision_models_shufflenet_v2_x1_5 >` ", "输出通道缩放比例为 1.5 的 ShuffleNetV2 模型"
80+ " :ref: `shufflenet_v2_x2_0 <cn_api_paddle_vision_models_shufflenet_v2_x2_0 >` ", "输出通道缩放比例为 2.0 的 ShuffleNetV2 模型"
81+ " :ref: `shufflenet_v2_swish <cn_api_paddle_vision_models_shufflenet_v2_swish >` ", "使用 swish 进行激活的 ShuffleNetV2 模型"
7482
7583
7684.. _about_ops :
You can’t perform that action at this time.
0 commit comments