Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
MindSpore
docs
提交
7bfc94bf
D
docs
项目概览
MindSpore
/
docs
通知
4
Star
2
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
7bfc94bf
编写于
7月 31, 2020
作者:
M
mindspore-ci-bot
提交者:
Gitee
7月 31, 2020
浏览文件
操作
浏览文件
下载
差异文件
!578 modelzoo: modify the link of several network
Merge pull request !578 from ms_yan/r0.6_net
上级
210937a3
1314953d
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
8 addition
and
8 deletion
+8
-8
docs/source_en/network_list.md
docs/source_en/network_list.md
+3
-3
docs/source_zh_cn/network_list.md
docs/source_zh_cn/network_list.md
+5
-5
未找到文件。
docs/source_en/network_list.md
浏览文件 @
7bfc94bf
...
...
@@ -13,8 +13,8 @@
|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 | 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
<br>
Image Classification
<br>
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
<br>
Image Classification
<br>
Semantic Tegmentation |
[
MobileNetV3
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/
mobilenetv3/src/mobilenetV3.py
)
| Doing | Supported | Doing
| Computer Vision (CV) | Mobile Image Classification
<br>
Image Classification
<br>
Semantic Tegmentation |
[
MobileNetV2
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/
official/cv/mobilenetv2/src/mobilenetV2.py
)
| Supported | Supported | Doing
| Computer Vision (CV) | Mobile Image Classification
<br>
Image Classification
<br>
Semantic Tegmentation |
[
MobileNetV3
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/
official/cv/mobilenetv3/src/mobilenetV3.py
)
| Doing | Supported | Doing
|Computer Vision (CV) | Targets Detection |
[
SSD
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/ssd/src/ssd.py
)
| Supported |Doing | Doing
| Computer Vision (CV) | Targets Detection |
[
YoloV3-ResNet18
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/yolov3_resnet18/src/yolov3.py
)
| Supported | Doing | Doing
| Computer Vision (CV) | Targets Detection |
[
FasterRCNN
](
https://gitee.com/mindspore/mindspore/tree/r0.6/model_zoo/official/cv/faster_rcnn/src/FasterRcnn
)
| Supported | Doing | Doing
...
...
@@ -36,7 +36,7 @@ Domain | Sub Domain| Network | CPU | GPU | Ascend | 0.5.0-beta*
|:------ |:------ | :------- |:------ |:------ |:----- |:-----
|Computer Vision (CV) | Image Classification|
[
AlexNet
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/alexnet/src/alexnet.py
)
| | | ✓ |
[
Download
](
http://download.mindspore.cn/model_zoo/official/cv/alexnet/alexnet_ascend_beta0.5_cifar10_official_classification_20200716.tar.gz
)
|Computer Vision (CV) | Image Classification|
[
LeNet
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/lenet/src/lenet.py
)
| | | ✓ |
[
Download
](
http://download.mindspore.cn/model_zoo/official/cv/lenet/lenet_ascend_beta0.5_cifar10_official_classification_20200716.tar.gz
)
|Computer Vision (CV) | Image Classification|
[
VGG16
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/vgg16/src/vgg.py
)
| | | ✓ |
[
Download
](
http://download.mindspore.cn/model_zoo/official/cv/vgg/vgg16_ascend_beta0.5_cifar10_official_classification_20200715.tar.gz
)
|Computer Vision (CV) | Image Classification|
[
VGG16
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/
official/cv/
vgg16/src/vgg.py
)
| | | ✓ |
[
Download
](
http://download.mindspore.cn/model_zoo/official/cv/vgg/vgg16_ascend_beta0.5_cifar10_official_classification_20200715.tar.gz
)
|Computer Vision (CV) | Image Classification|
[
ResNet-50
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/resnet/src/resnet.py
)
| | | ✓ |
[
Download
](
http://download.mindspore.cn/model_zoo/official/cv/resnet/resnet50_v1.5_ascend_alpha0.3_cifar10_official_classification_20200718.tar.gz
)
|Computer Vision (CV) | Targets Detection|
[
YoloV3-DarkNet53
](
https://gitee.com/mindspore/mindspore/tree/r0.6/model_zoo/official/cv/yolov3_darknet53/src/yolo.py
)
| | | ✓ |
[
Download
](
http://download.mindspore.cn/model_zoo/official/cv/yolo/yolov3_darknet53_ascend_beta0.5_coco2014_official_object_detection_20200717.tar.gz
)
| Natural Language Processing (NLP) | Natural Language Understanding|
[
BERT_Base
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/nlp/bert/src/bert_model.py
)
| | | ✓ |
[
Download
](
http://download.mindspore.cn/model_zoo/official/nlp/bert/bert_base_ascend_beta0.5_cn-wiki_official_nlp_20200720.tar.gz
)
...
...
docs/source_zh_cn/network_list.md
浏览文件 @
7bfc94bf
...
...
@@ -12,9 +12,9 @@
| 计算机视觉(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 | 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)
<br>
目标检测(Image Classification)
<br>
语义分割(Semantic Tegmentation) |
[
MobileNetV2
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/mobilenetv2/src/mobilenetV2.py
)
| Supported | Supported | Doing
| 计算机视觉(CV) | 移动端图像分类(Mobile Image Classification)
<br>
目标检测(Image Classification)
<br>
语义分割(Semantic Tegmentation) |
[
MobileNetV3
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/mobilenetv3/src/mobilenetV3.py
)
| Doing | Supported | Doing
| 计算机视觉(CV) | 图像分类(Image Classification) |
[
VGG16
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/
official/cv/vgg16/src/vgg.py
)
| Supported | Supported
| Doing
| 计算机视觉(CV) | 移动端图像分类(Mobile Image Classification)
<br>
目标检测(Image Classification)
<br>
语义分割(Semantic Tegmentation) |
[
MobileNetV2
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/
official/cv/
mobilenetv2/src/mobilenetV2.py
)
| Supported | Supported | Doing
| 计算机视觉(CV) | 移动端图像分类(Mobile Image Classification)
<br>
目标检测(Image Classification)
<br>
语义分割(Semantic Tegmentation) |
[
MobileNetV3
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/
official/cv/
mobilenetv3/src/mobilenetV3.py
)
| Doing | Supported | Doing
| 计算机视觉(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) | 目标检测(Targets Detection) |
[
SSD
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/ssd/src/ssd.py
)
| Supported |Doing | Doing
| 计算机视觉(CV) | 目标检测(Targets Detection) |
[
YoloV3-ResNet18
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/yolov3_resnet18/src/yolov3.py
)
| Supported | Doing | Doing
...
...
@@ -23,7 +23,7 @@
| 计算机视觉(CV) | 目标检测(Targets Detection) |
[
WarpCTC
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/warpctc/src/warpctc.py
)
| Doing | Supported | Doing
| 自然语言处理(NLP) | 自然语言理解(Natural Language Understanding) |
[
BERT
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/nlp/bert/src/bert_model.py
)
| Supported | Doing | Doing
| 自然语言处理(NLP) | 自然语言理解(Natural Language Understanding) |
[
Transformer
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/nlp/transformer/src/transformer_model.py
)
| Supported | Doing | Doing
| 自然语言处理(NLP) | 自然语言理解(Natural Language Understanding) |
[
SentimentNet
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/
lstm/src/lstm.py
)
| Doing | Supported | Supported
| 自然语言处理(NLP) | 自然语言理解(Natural Language Understanding) |
[
SentimentNet
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/
official/nlp/lstm/src/lstm.py
)
| Doing | Supported | Supported
| 自然语言处理(NLP) | 自然语言理解(Natural Language Understanding) |
[
MASS
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/nlp/mass/src/transformer
)
| Supported | Doing | Doing
| 推荐(Recommender) | 推荐系统、点击率预估(Recommender System, CTR prediction) |
[
DeepFM
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/recommend/deepfm/src/deepfm.py
)
| Supported | Doing | Doing
| 推荐(Recommender) | 推荐系统、搜索、排序(Recommender System, Search ranking) |
[
Wide&Deep
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/recommend/wide_and_deep/src/wide_and_deep.py
)
| Supported | Doing | Doing
...
...
@@ -37,7 +37,7 @@
|:---- |:----- |:---- |:---- |:---- |:---- |:------
|计算机视觉(CV) | 图像分类(Image Classification) |
[
AlexNet
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/alexnet/src/alexnet.py
)
| | | ✓ |
[
下载
](
http://download.mindspore.cn/model_zoo/official/cv/alexnet/alexnet_ascend_beta0.5_cifar10_official_classification_20200716.tar.gz
)
|计算机视觉(CV) | 图像分类(Image Classification)|
[
LeNet
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/lenet/src/lenet.py
)
| | | ✓ |
[
下载
](
http://download.mindspore.cn/model_zoo/official/cv/lenet/lenet_ascend_beta0.5_cifar10_official_classification_20200716.tar.gz
)
|计算机视觉(CV) | 图像分类(Image Classification)|
[
VGG16
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/vgg16/src/vgg.py
)
| | | ✓ |
[
下载
](
http://download.mindspore.cn/model_zoo/official/cv/vgg/vgg16_ascend_beta0.5_cifar10_official_classification_20200715.tar.gz
)
|计算机视觉(CV) | 图像分类(Image Classification)|
[
VGG16
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/
official/cv/
vgg16/src/vgg.py
)
| | | ✓ |
[
下载
](
http://download.mindspore.cn/model_zoo/official/cv/vgg/vgg16_ascend_beta0.5_cifar10_official_classification_20200715.tar.gz
)
|计算机视觉(CV) | 图像分类(Image Classification)|
[
ResNet-50
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/cv/resnet/src/resnet.py
)
| | | ✓ |
[
下载
](
http://download.mindspore.cn/model_zoo/official/cv/resnet/resnet50_v1.5_ascend_alpha0.3_cifar10_official_classification_20200718.tar.gz
)
|计算机视觉(CV) | 目标检测(Targets Detection)|
[
YoloV3-DarkNet53
](
https://gitee.com/mindspore/mindspore/tree/r0.6/model_zoo/official/cv/yolov3_darknet53
)
| | | ✓ |
[
下载
](
http://download.mindspore.cn/model_zoo/official/cv/yolo/yolov3_darknet53_ascend_beta0.5_coco2014_official_object_detection_20200717.tar.gz
)
| 自然语言处理(NLP) | 自然语言理解(Natural Language Understanding)|
[
BERT_Base
](
https://gitee.com/mindspore/mindspore/blob/r0.6/model_zoo/official/nlp/bert/src/bert_model.py
)
| | | ✓ |
[
下载
](
http://download.mindspore.cn/model_zoo/official/nlp/bert/bert_base_ascend_beta0.5_cn-wiki_official_nlp_20200720.tar.gz
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录