Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
MindSpore
docs
提交
9220ac72
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看板
提交
9220ac72
编写于
8月 31, 2020
作者:
M
mindspore-ci-bot
提交者:
Gitee
8月 31, 2020
浏览文件
操作
浏览文件
下载
差异文件
!894 updated googlenet and tinyber info
Merge pull request !894 from oacjiewen/r0.7
上级
166168d2
bd7705c0
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
4 addition
and
4 deletion
+4
-4
docs/source_en/network_list.md
docs/source_en/network_list.md
+2
-2
docs/source_zh_cn/network_list.md
docs/source_zh_cn/network_list.md
+2
-2
未找到文件。
docs/source_en/network_list.md
浏览文件 @
9220ac72
...
...
@@ -17,7 +17,7 @@
| Domain | Sub Domain | Network | Ascend | GPU | CPU
|:------ |:------| :----------- |:------ |:------ |:-----
|Computer Vision (CV) | Image Classification |
[
AlexNet
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/cv/alexnet/src/alexnet.py
)
| Supported | Supported | Doing
| Computer Vision (CV) | Image Classification |
[
GoogleNet
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/cv/googlenet/src/googlenet.py
)
|
Supported | Doing
| Doing
| Computer Vision (CV) | Image Classification |
[
GoogleNet
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/cv/googlenet/src/googlenet.py
)
|
Doing | Supported
| Doing
| Computer Vision (CV) | Image Classification |
[
LeNet
](
https://gitee.com/mindspore/mindspore/blob/r0.7/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.7/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.7/model_zoo/official/cv/resnet/src/resnet.py
)
| Supported |Doing | Doing
...
...
@@ -36,7 +36,7 @@
| Natural Language Processing (NLP) | Natural Language Understanding |
[
Transformer
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/nlp/transformer/src/transformer_model.py
)
| Supported | Doing | Doing
| Natural Language Processing (NLP) | Natural Language Understanding |
[
SentimentNet
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/nlp/lstm/src/lstm.py
)
| Doing | Supported | Supported
| Natural Language Processing (NLP) | Natural Language Understanding |
[
MASS
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/nlp/mass/src/transformer/transformer_for_train.py
)
| Supported | Doing | Doing
| Natural Language Processing (NLP) | Natural Language Understanding |
[
TinyBert
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/nlp/tinybert/src/tinybert_model.py
)
| Supported |
Supported
| Doing
| Natural Language Processing (NLP) | Natural Language Understanding |
[
TinyBert
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/nlp/tinybert/src/tinybert_model.py
)
| Supported |
Doing
| Doing
| Recommender | Recommender System, CTR prediction |
[
DeepFM
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/recommend/deepfm/src/deepfm.py
)
| Supported | Supported | Doing
| Recommender | Recommender System, Search ranking |
[
Wide&Deep
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/recommend/wide_and_deep/src/wide_and_deep.py
)
| Supported | Supported | Doing
| Graph Neural Networks(GNN)| Text Classification |
[
GCN
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/gnn/gcn/src/gcn.py
)
| Supported | Doing | Doing
...
...
docs/source_zh_cn/network_list.md
浏览文件 @
9220ac72
...
...
@@ -17,7 +17,7 @@
| 领域 | 子领域 | 网络 | Ascend | GPU | CPU
|:---- |:------- |:---- |:---- |:---- |:----
|计算机视觉(CV) | 图像分类(Image Classification) |
[
AlexNet
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/cv/alexnet/src/alexnet.py
)
| Supported | Supported | Doing
| 计算机视觉(CV) | 图像分类(Image Classification) |
[
GoogleNet
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/cv/googlenet/src/googlenet.py
)
|
Supported | Doing
| Doing
| 计算机视觉(CV) | 图像分类(Image Classification) |
[
GoogleNet
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/cv/googlenet/src/googlenet.py
)
|
Doing | Supported
| Doing
| 计算机视觉(CV) | 图像分类(Image Classification) |
[
LeNet
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/cv/lenet/src/lenet.py
)
| Supported | Supported | Supported
| 计算机视觉(CV) | 图像分类(Image Classification) |
[
ResNet-50
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/cv/resnet/src/resnet.py
)
| Supported | Supported | Doing
|计算机视觉(CV) | 图像分类(Image Classification) |
[
ResNet-101
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/cv/resnet/src/resnet.py
)
| Supported |Doing | Doing
...
...
@@ -36,7 +36,7 @@
| 自然语言处理(NLP) | 自然语言理解(Natural Language Understanding) |
[
Transformer
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/nlp/transformer/src/transformer_model.py
)
| Supported | Doing | Doing
| 自然语言处理(NLP) | 自然语言理解(Natural Language Understanding) |
[
SentimentNet
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/nlp/lstm/src/lstm.py
)
| Doing | Supported | Supported
| 自然语言处理(NLP) | 自然语言理解(Natural Language Understanding) |
[
MASS
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/nlp/mass/src/transformer/transformer_for_train.py
)
| Supported | Doing | Doing
| 自然语言处理(NLP) | 自然语言理解(Natural Language Understanding) |
[
TinyBert
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/nlp/tinybert/src/tinybert_model.py
)
| Supported |
Supported
| Doing
| 自然语言处理(NLP) | 自然语言理解(Natural Language Understanding) |
[
TinyBert
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/nlp/tinybert/src/tinybert_model.py
)
| Supported |
Doing
| Doing
| 推荐(Recommender) | 推荐系统、点击率预估(Recommender System, CTR prediction) |
[
DeepFM
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/recommend/deepfm/src/deepfm.py
)
| Supported | Supported | Doing
| 推荐(Recommender) | 推荐系统、搜索、排序(Recommender System, Search ranking) |
[
Wide&Deep
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/recommend/wide_and_deep/src/wide_and_deep.py
)
| Supported | Supported | Doing
| 图神经网络(GNN) | 文本分类(Text Classification) |
[
GCN
](
https://gitee.com/mindspore/mindspore/blob/r0.7/model_zoo/official/gnn/gcn/src/gcn.py
)
| Supported | Doing | Doing
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录