From 9cd0000df3355d1a76de6cfafb680da95fbc0fde Mon Sep 17 00:00:00 2001 From: zhaoting Date: Fri, 31 Jul 2020 11:14:59 +0800 Subject: [PATCH] add split GPU support and resnext50 GPU support --- docs/source_en/network_list.md | 2 +- docs/source_en/operator_list.md | 2 +- docs/source_zh_cn/network_list.md | 2 +- docs/source_zh_cn/operator_list.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source_en/network_list.md b/docs/source_en/network_list.md index 807a5d28..f86e7754 100644 --- a/docs/source_en/network_list.md +++ b/docs/source_en/network_list.md @@ -11,7 +11,7 @@ | Computer Vision (CV) | Image Classification | [LeNet](https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/lenet/src/lenet.py) | Supported | Supported | Supported | Computer Vision (CV) | Image Classification | [ResNet-50](https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/resnet/src/resnet.py) | Supported | Supported | Doing |Computer Vision (CV) | Image Classification | [ResNet-101](https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/resnet/src/resnet.py) | Supported |Doing | Doing -|Computer Vision (CV) | Image Classification | [ResNext50](https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/resnext50/src/image_classification.py) | Supported |Doing | Doing +|Computer Vision (CV) | Image Classification | [ResNext50](https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/resnext50/src/image_classification.py) | Supported | Supported | Doing | Computer Vision (CV) | Image Classification | [VGG16](https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/vgg16/src/vgg.py) | Supported | Doing | Doing | Computer Vision (CV) | Mobile Image Classification
Image Classification
Semantic Tegmentation | [MobileNetV2](https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/mobilenetv2/src/mobilenetV2.py) | Supported | Supported | Doing | Computer Vision (CV) | Mobile Image Classification
Image Classification
Semantic Tegmentation | [MobileNetV3](https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/mobilenetv3/src/mobilenetV3.py) | Doing | Supported | Doing diff --git a/docs/source_en/operator_list.md b/docs/source_en/operator_list.md index ce635477..e266a54d 100644 --- a/docs/source_en/operator_list.md +++ b/docs/source_en/operator_list.md @@ -245,7 +245,7 @@ | [mindspore.ops.operations.Squeeze](https://www.mindspore.cn/api/en/r0.6/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Squeeze) | Supported | Supported | Doing | array_ops | [mindspore.ops.operations.Transpose](https://www.mindspore.cn/api/en/r0.6/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Transpose) | Supported | Supported | Doing | array_ops | [mindspore.ops.operations.GatherV2](https://www.mindspore.cn/api/en/r0.6/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.GatherV2) | Supported | Supported | Doing | array_ops -| [mindspore.ops.operations.Split](https://www.mindspore.cn/api/en/r0.6/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Split) | Supported | Doing | Doing | array_ops +| [mindspore.ops.operations.Split](https://www.mindspore.cn/api/en/r0.6/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Split) | Supported | Supported | Doing | array_ops | [mindspore.ops.operations.Rank](https://www.mindspore.cn/api/en/r0.6/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Rank) | Supported | Supported | Supported | array_ops | [mindspore.ops.operations.TruncatedNormal](https://www.mindspore.cn/api/en/r0.6/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.TruncatedNormal) | Doing | Doing | Doing | array_ops | [mindspore.ops.operations.Size](https://www.mindspore.cn/api/en/r0.6/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Size) | Supported | Supported | Supported | array_ops diff --git a/docs/source_zh_cn/network_list.md b/docs/source_zh_cn/network_list.md index 3ee8dbc2..416a98e8 100644 --- a/docs/source_zh_cn/network_list.md +++ b/docs/source_zh_cn/network_list.md @@ -11,7 +11,7 @@ | 计算机视觉(CV) | 图像分类(Image Classification) | [LeNet](https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/lenet/src/lenet.py) | Supported | Supported | Supported | 计算机视觉(CV) | 图像分类(Image Classification) | [ResNet-50](https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/resnet/src/resnet.py) | Supported | Supported | Doing |计算机视觉(CV) | 图像分类(Image Classification) | [ResNet-101](https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/resnet/src/resnet.py) | Supported |Doing | Doing -|计算机视觉(CV) | 图像分类(Image Classification) | [ResNext50](https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/resnext50/src/image_classification.py) | Supported |Doing | Doing +|计算机视觉(CV) | 图像分类(Image Classification) | [ResNext50](https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/resnext50/src/image_classification.py) | Supported | Supported | Doing | 计算机视觉(CV) | 图像分类(Image Classification) | [VGG16](https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/vgg16/src/vgg.py) | Supported | Doing | Doing | 计算机视觉(CV) | 移动端图像分类(Mobile Image Classification)
目标检测(Image Classification)
语义分割(Semantic Tegmentation) | [MobileNetV2](https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/mobilenetv2/src/mobilenetV2.py) | Supported | Supported | Doing | 计算机视觉(CV) | 移动端图像分类(Mobile Image Classification)
目标检测(Image Classification)
语义分割(Semantic Tegmentation) | [MobileNetV3](https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/mobilenetv3/src/mobilenetV3.py) | Doing | Supported | Doing diff --git a/docs/source_zh_cn/operator_list.md b/docs/source_zh_cn/operator_list.md index 2b8261ca..91fc16cf 100644 --- a/docs/source_zh_cn/operator_list.md +++ b/docs/source_zh_cn/operator_list.md @@ -245,7 +245,7 @@ | [mindspore.ops.operations.Squeeze](https://www.mindspore.cn/api/zh-CN/r0.6/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Squeeze) | Supported | Supported | Doing | array_ops | [mindspore.ops.operations.Transpose](https://www.mindspore.cn/api/zh-CN/r0.6/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Transpose) | Supported | Supported | Doing | array_ops | [mindspore.ops.operations.GatherV2](https://www.mindspore.cn/api/zh-CN/r0.6/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.GatherV2) | Supported | Supported | Doing | array_ops -| [mindspore.ops.operations.Split](https://www.mindspore.cn/api/zh-CN/r0.6/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Split) | Supported | Doing | Doing | array_ops +| [mindspore.ops.operations.Split](https://www.mindspore.cn/api/zh-CN/r0.6/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Split) | Supported | Supported | Doing | array_ops | [mindspore.ops.operations.Rank](https://www.mindspore.cn/api/zh-CN/r0.6/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Rank) | Supported | Supported | Supported | array_ops | [mindspore.ops.operations.TruncatedNormal](https://www.mindspore.cn/api/zh-CN/r0.6/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.TruncatedNormal) | Doing | Doing | Doing | array_ops | [mindspore.ops.operations.Size](https://www.mindspore.cn/api/zh-CN/r0.6/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Size) | Supported | Supported | Supported | array_ops -- GitLab