Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
FluidDoc
提交
34786349
F
FluidDoc
项目概览
PaddlePaddle
/
FluidDoc
通知
5
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
23
列表
看板
标记
里程碑
合并请求
111
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
F
FluidDoc
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
23
Issue
23
列表
看板
标记
里程碑
合并请求
111
合并请求
111
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
34786349
编写于
12月 06, 2018
作者:
T
Tink_Y
提交者:
GitHub
12月 06, 2018
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #444 from shanyi15/delete_toctree_extra_menu
Delete toctree extra menu
上级
71c6c6bb
417f8acd
变更
11
显示空白变更内容
内联
并排
Showing
11 changed file
with
29 addition
and
60 deletion
+29
-60
doc/fluid/advanced_usage/development/contribute_to_paddle/index_cn.rst
...anced_usage/development/contribute_to_paddle/index_cn.rst
+1
-1
doc/fluid/advanced_usage/development/profiling/index_cn.rst
doc/fluid/advanced_usage/development/profiling/index_cn.rst
+7
-6
doc/fluid/api_cn/api_guides/index.rst
doc/fluid/api_cn/api_guides/index.rst
+1
-1
doc/fluid/beginners_guide/index.rst
doc/fluid/beginners_guide/index.rst
+3
-12
doc/fluid/beginners_guide/install/compile/fromsource.rst
doc/fluid/beginners_guide/install/compile/fromsource.rst
+2
-2
doc/fluid/beginners_guide/install/index_cn.rst
doc/fluid/beginners_guide/install/index_cn.rst
+7
-22
doc/fluid/user_guides/howto/evaluation_and_debugging/index.rst
...luid/user_guides/howto/evaluation_and_debugging/index.rst
+1
-1
doc/fluid/user_guides/howto/prepare_data/index.rst
doc/fluid/user_guides/howto/prepare_data/index.rst
+4
-4
doc/fluid/user_guides/howto/training/index.rst
doc/fluid/user_guides/howto/training/index.rst
+1
-1
doc/fluid/user_guides/howto/training/multi_node.rst
doc/fluid/user_guides/howto/training/multi_node.rst
+1
-1
doc/fluid/user_guides/index.rst
doc/fluid/user_guides/index.rst
+1
-9
未找到文件。
doc/fluid/advanced_usage/development/contribute_to_paddle/index_cn.rst
浏览文件 @
34786349
...
...
@@ -3,7 +3,7 @@
############
.. toctree::
:maxdepth:
2
:maxdepth:
1
local_dev_guide.md
submit_pr_guide.md
doc/fluid/advanced_usage/development/profiling/index_cn.rst
浏览文件 @
34786349
...
...
@@ -2,13 +2,14 @@
性能调优
##########
介绍 Fluid 使用过程中的调优方法,包括:
本模块介绍 Fluid 使用过程中的调优方法,包括:
- `如何进行基准测试 <benchmark.html>`_:介绍如何选择基准模型,从而验证模型的精度和性能
- `CPU性能调优 <cpu_profiling_cn.html>`_:介绍如何使用 cProfile 包、yep库、Google perftools 进行性能分析与调优
- `GPU性能调优 <gpu_profiling_cn.html>`_:介绍如何使用 Fluid 内置的定时工具、nvprof 或 nvvp 进行性能分析和调优
- `堆内存分析和优化 <host_memory_profiling_cn.html>`_:介绍如何使用 gperftool 进行堆内存分析和优化,以解决内存泄漏的问题
- `Timeline工具简介 <timeline_cn.html>`_ :介绍如何使用 Timeline 工具进行性能分析和调优
- `如何进行基准测试 <benchmark.html>`_:介绍如何选择基准模型,从而验证模型的精度和性能
- `CPU性能调优 <cpu_profiling_cn.html>`_:介绍如何使用 cProfile 包、yep库、Google perftools 进行性能分析与调优
- `GPU性能调优 <gpu_profiling_cn.html>`_:介绍如何使用 Fluid 内置的定时工具、nvprof 或 nvvp 进行性能分析和调优
- `堆内存分析和优化 <host_memory_profiling_cn.html>`_:介绍如何使用 gperftool 进行堆内存分析和优化,以解决内存泄漏的问题
- `Timeline工具简介 <timeline_cn.html>`_ :介绍如何使用 Timeline 工具进行性能分析和调优
.. toctree::
:hidden:
...
...
doc/fluid/api_cn/api_guides/index.rst
浏览文件 @
34786349
...
...
@@ -3,7 +3,7 @@ API使用指南
===========
.. toctree::
:
titlesonly:
:
hidden:
high_low_level_api.md
low_level/layers/index.rst
...
...
doc/fluid/beginners_guide/index.rst
浏览文件 @
34786349
...
...
@@ -4,12 +4,7 @@
PaddlePaddle (PArallel Distributed Deep LEarning)是一个易用、高效、灵活、可扩展的深度学习框架
您可参考我们的 `Github <https://github.com/PaddlePaddle/Paddle>`_ 了解详情,也可阅读 `版本说明 <../release_note.html>`_ 了解新版本的特性
=========
概览
=========
您可参考PaddlePaddle的 `Github <https://github.com/PaddlePaddle/Paddle>`_ 了解详情,也可阅读 `版本说明 <../release_note.html>`_ 了解新版本的特性
当您第一次来到PaddlePaddle,请您首先阅读以下文档,了解安装方法:
...
...
@@ -30,14 +25,10 @@ PaddlePaddle (PArallel Distributed Deep LEarning)是一个易用、高效、灵
- `深度学习基础知识 <../beginners_guide/basics/index.html>`_:覆盖图像分类、个性化推荐、机器翻译等多个深度领域的基础知识,提供 Fluid 实现案例
=========
目录
=========
.. toctree::
:
maxdepth: 2
:
hidden:
install/
Start
.rst
install/
index_cn
.rst
quick_start/index.rst
basics/index.rst
basics/learning_materials.md
...
...
doc/fluid/beginners_guide/install/compile/fromsource.rst
浏览文件 @
34786349
...
...
@@ -4,10 +4,10 @@
您也可以选择源码编译的方式编译安装PaddlePaddle,但由于本机环境的多样性,在编译源码时易出现复杂问题,可能会造成您安装失败。为保证您顺利安装,推荐您优先选择普通安装方式。
**编译PaddlePaddle**
---------------------
.. toctree::
:hidden:
compile_Ubuntu.md
compile_CentOS.md
compile_MacOS.md
...
...
doc/fluid/beginners_guide/install/
Start
.rst
→
doc/fluid/beginners_guide/install/
index_cn
.rst
浏览文件 @
34786349
...
...
@@ -25,28 +25,13 @@
其中[docker版本号]请查阅 `DockerHub <https://hub.docker.com/r/paddlepaddle/paddle/tags/>`_
如果对上面的指令有疑问或者不能正常使用,请参见以下内容
安装PaddlePaddle
-----------------------
.. toctree::
:
maxdepth:1
:
hidden:
install_Ubuntu.md
install_CentOS.md
install_MacOS.md
install_Windows.md
compile/fromsource.rst
参考信息
-----------------------
如在安装或编译过程中遇到问题请参见
.. toctree::
:maxdepth:1
FAQ.md
Tables.md
doc/fluid/user_guides/howto/evaluation_and_debugging/index.rst
浏览文件 @
34786349
...
...
@@ -3,7 +3,7 @@
###############
.. toctree::
:maxdepth:
2
:maxdepth:
1
evaluation/metrics.rst
debug/visualdl.md
doc/fluid/user_guides/howto/prepare_data/index.rst
浏览文件 @
34786349
...
...
@@ -35,14 +35,14 @@ Python Reader是纯的Python端接口,数据传入与模型训练/预测过程
数据,具体请参考:
.. toctree::
:maxdepth:
2
:maxdepth:
1
feeding_data.rst
Python Reader支持组batch、shuffle等高级功能,具体请参考:
.. toctree::
:maxdepth:
2
:maxdepth:
1
reader.md
...
...
@@ -52,7 +52,7 @@ py_reader接口异步方式
Fluid提供PyReader异步数据传入方式,数据传入与模型训练/预测过程是异步的,效率较高。具体请参考:
.. toctree::
:maxdepth:
2
:maxdepth:
1
use_py_reader.rst
...
...
doc/fluid/user_guides/howto/training/index.rst
浏览文件 @
34786349
...
...
@@ -5,7 +5,7 @@
PaddlePaddle Fluid支持单机训练,和多节点训练。每种训练模式下,都支持多种训练方法。
.. toctree::
:maxdepth:
2
:maxdepth:
1
single_node
multi_node
...
...
doc/fluid/user_guides/howto/training/multi_node.rst
浏览文件 @
34786349
...
...
@@ -3,7 +3,7 @@
########
.. toctree::
:maxdepth:
2
:maxdepth:
1
cluster_quick_start.rst
cluster_howto.rst
...
...
doc/fluid/user_guides/index.rst
浏览文件 @
34786349
...
...
@@ -2,9 +2,6 @@
使用指南
########
==============
概览
==============
.. todo::
如果您已经掌握了新手入门阶段的内容,期望可以针对实际问题建模、搭建自己网络,本模块提供了一些 Fluid 的使用细节供您参考:
...
...
@@ -27,13 +24,8 @@
- `Fluid 模型库 <../user_guides/models/index_cn.html>`_
==============
目录
==============
.. toctree::
:
maxdepth: 2
:
hidden:
howto/prepare_data/index
howto/configure_simple_model/index
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录