Skip to content

Commit f337717

Browse files
committed
fix guides index
1 parent 9c5585b commit f337717

File tree

97 files changed

+8756
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+8756
-12
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
###################
2+
飞桨框架2.0基本概念
3+
###################
4+
5+
让我们从学习飞桨的基本概念这里开始:
6+
7+
- `Tensor概念介绍 <./tensor_introduction_cn.html>`_ : 飞桨中数据的表示方式,Tensor概念介绍。
8+
- `飞桨广播介绍 <./broadcasting_cn.html>`_ : 飞桨中广播概念的介绍。
9+
10+
11+
.. toctree::
12+
:hidden:
13+
14+
tensor_introduction_cn.md
15+
broadcasting_cn.rst
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
########################
2+
Paddle 2.0 Basic Concept
3+
########################
4+
5+
Let's start with studying basic concept of PaddlePaddle:
6+
7+
- `Introduction to Tensor <tensor_introduction_en.html>`_ : Introduction of Tensor, which is the representation of data in Paddle.
8+
- `broadcasting <./broadcasting_en.html>`_ : Introduction of broadcasting.
9+
10+
.. toctree::
11+
:hidden:
12+
13+
tensor_introduction_en.md
14+
broadcasting_en.md
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
###############
2+
飞桨框架2.0介绍
3+
###############
4+
5+
飞桨框架2.0简要介绍。
6+
7+
您可以通过下面的内容,了解更多飞桨框架2.0的内容:
8+
9+
- `飞桨框架2.0基本概念介绍 <./basic_concept/index_cn.html>`_ : 飞桨框架2.0基本概念的介绍。
10+
- `飞桨框架2.0beta升级指南 <./upgrade_guide_cn.html>`_: 介绍飞桨开源框架2.0beta的主要变化和如何升级。
11+
- `版本迁移工具 <./migration_cn.html>`_: 介绍paddle1to2转换工具的使用。
12+
13+
.. toctree::
14+
:hidden:
15+
16+
basic_concept/index_cn.rst
17+
upgrade_guide_cn.md
18+
migration_cn.rst
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#####################
2+
Paddle 2 Introduction
3+
####################
4+
5+
Introduction of paddle2.
6+
7+
For more information, you can view these pages:
8+
9+
- `paddle 2 basic concept <./basic_concept/index_en.html>`_ : introduction of paddle2 basic concept.
10+
- `migration tools <./migration_en.html>`_ :how to use migration tools to upgrade your code.
11+
12+
.. toctree::
13+
:hidden:
14+
15+
migration_en.rst
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
###################
2+
飞桨框架2.0模型开发
3+
###################
4+
5+
6+
飞桨框架2.0模型开发相关内容。
7+
8+
..
9+
TODO
10+
补充内容
11+
10分钟快速上手Paddle
12+
数据预处理 (vision + text)
13+
数据加载 (Dataset + DataLoader、内置数据集介绍)
14+
模型组网 (paddle.nn + paddle.nn.functional、Model介绍、内置模型介绍)
15+
训练与预测 (model.fit evaluate predict、一步步拆解fit、evaluate、predict)
16+
单机多卡 (训练 + 预测)
17+
动态图代码调试
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. PaddlePaddle Fluid documentation master file, created by
2+
sphinx-quickstart on Thu Jun 7 17:04:53 2018.
3+
You can adapt this file completely to your liking, but it should at least
4+
contain the root `toctree` directive.
5+
6+
##############
7+
VisualDL 工具
8+
##############
9+
10+
.. toctree::
11+
:maxdepth: 1
12+
13+
14+
visualdl.md
15+
visualdl_usage.md
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
VisualDL Tools
2+
==========================
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
7+
visualdl_en.md
8+
visualdl_usage_en.md

0 commit comments

Comments
 (0)