Fix some errors (#9403)
parent
c414fbbeb1
commit
a75de489c5
@ -0,0 +1 @@
|
||||
../../v2/build_and_install/build_from_source_cn.rst
|
@ -0,0 +1 @@
|
||||
../../v2/build_and_install/build_from_source_en.rst
|
@ -0,0 +1 @@
|
||||
../../v2/build_and_install/docker_install_cn.rst
|
@ -0,0 +1 @@
|
||||
../../v2/build_and_install/docker_install_en.rst
|
@ -1,2 +0,0 @@
|
||||
安装与使用
|
||||
------------
|
@ -0,0 +1 @@
|
||||
../../v2/build_and_install/index_cn.rst
|
@ -1,2 +0,0 @@
|
||||
Build and Install
|
||||
------------
|
@ -0,0 +1 @@
|
||||
../../v2/build_and_install/index_en.rst
|
@ -0,0 +1 @@
|
||||
../../v2/build_and_install/pip_install_cn.rst
|
@ -0,0 +1 @@
|
||||
../../v2/build_and_install/pip_install_en.rst
|
@ -0,0 +1,7 @@
|
||||
梯度更新算法
|
||||
------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
parameter_average.md
|
@ -0,0 +1,7 @@
|
||||
Gradient Update Algorithm
|
||||
--------------------------------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
parameter_average.md
|
@ -0,0 +1,18 @@
|
||||
核心概念
|
||||
-------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
README.md
|
||||
cpp_data_feeding.md
|
||||
functions_operators_layers.md
|
||||
program.md
|
||||
variable.md
|
||||
var_desc.md
|
||||
tensor.md
|
||||
tensor_array.md
|
||||
lod_tensor.md
|
||||
block.md
|
||||
scope.md
|
||||
executor.md
|
@ -0,0 +1,18 @@
|
||||
Core Concepts
|
||||
--------------------------------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
README.md
|
||||
cpp_data_feeding.md
|
||||
functions_operators_layers.md
|
||||
program.md
|
||||
variable.md
|
||||
var_desc.md
|
||||
tensor.md
|
||||
tensor_array.md
|
||||
lod_tensor.md
|
||||
block.md
|
||||
scope.md
|
||||
executor.md
|
@ -0,0 +1,8 @@
|
||||
并发编程
|
||||
------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
concurrent_programming.md
|
||||
parallel_do.md
|
@ -0,0 +1,8 @@
|
||||
Concurrent Programming
|
||||
-------------------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
concurrent_programming.md
|
||||
parallel_do.md
|
@ -0,0 +1,7 @@
|
||||
数据类型
|
||||
------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
float16.md
|
@ -0,0 +1,7 @@
|
||||
Data Type
|
||||
------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
float16.md
|
@ -0,0 +1,9 @@
|
||||
分布式训练
|
||||
------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
distributed_architecture.md
|
||||
distributed_lookup_table_design.md
|
||||
parameter_server.md
|
@ -0,0 +1,9 @@
|
||||
Distributed Training
|
||||
---------------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
distributed_architecture.md
|
||||
distributed_lookup_table_design.md
|
||||
parameter_server.md
|
@ -0,0 +1,8 @@
|
||||
动态RNN
|
||||
------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
rnn.md
|
||||
rnn_design.md
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue