-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev sx benchmark #106
Open
nlqq
wants to merge
23
commits into
master
Choose a base branch
from
dev_sx_benchmark
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Dev sx benchmark #106
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
fd01648
restructuring
bef3355
rm ole files
dea6c6d
rename path and modify readme
c8958dd
Update README.md
nlqq b3aa861
Update README.md
nlqq 1840b61
Update README.md
nlqq e18c032
Update README.md
nlqq bd1571b
Update README.md
nlqq 595d1cc
Update README.md
nlqq ee676d3
Update README.md
nlqq b5ddb11
Update README.md
nlqq 3f0b9bd
add readme in chinese
93e1619
Merge branch 'dev_sx_benchmark' of https://github.com/Oneflow-Inc/One…
23a0cf3
Update and rename README_EN.md to README.md
nlqq 3030d19
Update README.md
nlqq c06b625
Update README.md
nlqq 9840d5f
Update README.md
nlqq 10cb5dc
Update README.md
nlqq 78bcc01
Update README.md
nlqq d4f7d78
Update README.md
nlqq 69ea2d3
Update README.md
nlqq e44bfc9
update readme
6b541d8
resolve conflicts
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# OneFlow 深度学习基准 | ||
|
||
[![](https://img.shields.io/badge/Language-EN-blue.svg)](https://github.com/Oneflow-Inc/OneFlow-Benchmark/tree/dev_sx_benchmark) | ||
|
||
本仓库将提供一系列由 OneFlow 最新的高级接口实现的模型及样例网络,模型基准涉及计算机视觉(Computer Vision,CV)、点击率推荐(Click-Through-Rate,CTR)、自然语言处理(Natural Language Processing, NLP)。 | ||
|
||
为了能让 OneFlow 用户实现自己拓展研究和产品迭代的需求,充分利用该框架,本仓库旨在提供各个模型基于 OneFlow 的最佳实现。 | ||
|
||
更多新模型正在路上! | ||
|
||
## 内容 | ||
|
||
### 模型及实现 | ||
|
||
- ### 计算机视觉(Computer Vision) | ||
|
||
- #### 图片识别(Image Classification) | ||
|
||
| 模型 | 参考来源(论文) | | ||
| ------------------------------------------------------------ | ------------------------------------------------------------ | | ||
| [ResNet-50](https://github.com/Oneflow-Inc/OneFlow-Benchmark/blob/master/Classification/cnns/resnet_model.py) | [Deep Residual Learning for Image Recognition](https://arxiv.org/abs/1512.03385) | | ||
| [ResNeXt](https://github.com/Oneflow-Inc/OneFlow-Benchmark/blob/master/Classification/cnns/resnext_model.py) | [Aggregated_Residual_Transformations_CVPR_2017](https://openaccess.thecvf.com/content_cvpr_2017/papers/Xie_Aggregated_Residual_Transformations_CVPR_2017_paper.pdf) | | ||
| [VGG-16](https://github.com/Oneflow-Inc/OneFlow-Benchmark/blob/master/Classification/cnns/vgg_model.py) | [VGG16 – Convolutional Network for Classification and Detection](https://neurohive.io/en/popular-networks/vgg16/) | | ||
| [Inception-V3](https://github.com/Oneflow-Inc/OneFlow-Benchmark/blob/master/Classification/cnns/inception_model.py) | [Inception V3 Deep Convolutional Architecture For Classifying Acute Myeloid/Lymphoblastic Leukemia](https://software.intel.com/content/www/us/en/develop/articles/inception-v3-deep-convolutional-architecture-for-classifying-acute-myeloidlymphoblastic.html) | | ||
| [AlexNet](https://github.com/Oneflow-Inc/OneFlow-Benchmark/blob/master/Classification/cnns/alexnet_model.py) | [ImageNet Classification with Deep Convolutional Neural Networks](http://vision.stanford.edu/teaching/cs231b_spring1415/slides/alexnet_tugce_kyunghee.pdf) | | ||
| [MobileNet-V2](https://github.com/Oneflow-Inc/OneFlow-Benchmark/blob/master/Classification/cnns/mobilenet_v2_model.py) | [MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications](https://arxiv.org/abs/1704.04861) | | ||
|
||
- ### 自然语言处理(Natural Language Processing) | ||
|
||
| 模型 | 参考来源(论文) | | ||
| ------------------------------------------------------------ | ------------------------------------------------------------ | | ||
| [BERT (Bidirectional Encoder Representations from Transformers)](https://github.com/OneFlow/models/blob/master/official/nlp/bert) | [BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding](https://arxiv.org/abs/1810.04805) | | ||
| [SQuAD for Question Answering](https://github.com/Oneflow-Inc/OneFlow-Benchmark/blob/master/LanguageModeling/BERT/run_squad.py) | [BERT-SQuAD](https://github.com/kamalkraj/BERT-SQuAD) | | ||
| [CoLA and MRPC of GLUE](https://github.com/Oneflow-Inc/OneFlow-Benchmark/blob/master/LanguageModeling/BERT/run_classifier.py) | [GLUE: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding](https://www.aclweb.org/anthology/W18-5446.pdf) | | ||
|
||
- ### 点击率推荐(Click-Through-Rate) | ||
|
||
| 模型 | 参考来源(论文) | | ||
| ------------------------------------------------------------ | ------------------------------------------------------------ | | ||
| [OneFlow-WDL](https://github.com/Oneflow-Inc/OneFlow-Benchmark/blob/master/ClickThroughRate/WideDeepLearning) | [**Wide & Deep Learning for Recommender Systems**](https://arxiv.org/pdf/1606.07792.pdf) | | ||
|
||
|
||
|
||
### 开始使用模型 | ||
|
||
... |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default还是resnet50吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok