Oneflow-Documentation
Documentation
此项目为OneFlow官方在线文档的github仓库,你也可直接浏览我们的在线文档:http://docs.oneflow.org/
在线文档内容全面,不仅有OneFlow系统设计的介绍,还包括以下模块:
本仓库包含中文文档和英文文档,分别存放于cn、en文件夹下,文档目录结构树:
.
├── quick_start 快速上手
├── basics_topics 基础专题
├── extended_topics 拓展专题
├── code 文档示例代码
│ ├── basics_topics
│ ├── extended_topics
│ └── quick_start
├── adv_examples 高级应用实例
├── extended_dev 待发布文章
└── contribute OneFlow开源计划
API
我们的API在线文档部署在ReadTheDocs上:
https://oneflow-api.readthedocs.io/en/latest/index.html
同样,API文档项目也是开源的,github地址:https://github.com/Oneflow-Inc/oneflow-api
Benchmark
我们还在Benchmark项目中提供了一系列的基准模型,包括:
- NLP相关的 BERT
- CTR相关的 WideDeepLearning
- CV相关的CNN分类模型: Resnet50 、 VGG-16 、 Inception-v3 、 Alexnet