init English docs
parent
700f355a76
commit
0ff23679a5
|
@ -0,0 +1,9 @@
|
|||
高阶使用
|
||||
================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
image_augmentation/index
|
||||
distillation/index
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
应用拓展
|
||||
================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
transfer_learning.md
|
||||
object_detection.md
|
|
@ -0,0 +1,12 @@
|
|||
实用工具
|
||||
================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
paddle_inference.md
|
||||
paddle_mobile_inference.md
|
||||
paddle_quantization.md
|
||||
multi_machine_training.md
|
||||
paddle_hub.md
|
||||
paddle_serving.md
|
|
@ -0,0 +1,16 @@
|
|||
模型库
|
||||
================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
models_intro.md
|
||||
Tricks.md
|
||||
ResNet_and_vd.md
|
||||
Mobile.md
|
||||
SEResNext_and_Res2Net.md
|
||||
Inception.md
|
||||
HRNet.md
|
||||
DPN_DenseNet.md
|
||||
EfficientNet_and_ResNeXt101_wsl.md
|
||||
Others.md
|
|
@ -0,0 +1,9 @@
|
|||
初级使用
|
||||
================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
install.md
|
||||
getting_started.md
|
||||
config.md
|
Loading…
Reference in New Issue