Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.86 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.86 KB

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.readthedocs.io/en/master/

Benchmark

我们还在 Benchmark 项目中提供了一系列的基准模型,包括:

  • NLP 相关的 BERT
  • CTR 相关的 WideDeepLearning
  • CV 相关的 CNN 分类模型: Resnet50VGG-16Inception-v3Alexnet

github地址:https://github.com/Oneflow-Inc/OneFlow-Benchmark