diff --git a/docs/en/advanced_tutorials/index.rst b/docs/en/advanced_tutorials/index.rst new file mode 100644 index 0000000000000000000000000000000000000000..c48f204739559ec23265a83c0af8c6326e59e00f --- /dev/null +++ b/docs/en/advanced_tutorials/index.rst @@ -0,0 +1,9 @@ +高阶使用 +================================ + +.. toctree:: + :maxdepth: 1 + + image_augmentation/index + distillation/index + diff --git a/docs/en/application/index.rst b/docs/en/application/index.rst new file mode 100644 index 0000000000000000000000000000000000000000..abeeef7eae70d48b61f6517f1d8d0309a4357adb --- /dev/null +++ b/docs/en/application/index.rst @@ -0,0 +1,8 @@ +应用拓展 +================================ + +.. toctree:: + :maxdepth: 2 + + transfer_learning.md + object_detection.md \ No newline at end of file diff --git a/docs/en/extension/index.rst b/docs/en/extension/index.rst new file mode 100644 index 0000000000000000000000000000000000000000..657349a00b5687a7afa55500f593a5a23c056470 --- /dev/null +++ b/docs/en/extension/index.rst @@ -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 diff --git a/docs/en/models/index.rst b/docs/en/models/index.rst new file mode 100644 index 0000000000000000000000000000000000000000..1a64eb2bf0d8122e2a6c1d0adc8ced5adb3578e7 --- /dev/null +++ b/docs/en/models/index.rst @@ -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 diff --git a/docs/en/tutorials/index.rst b/docs/en/tutorials/index.rst new file mode 100644 index 0000000000000000000000000000000000000000..35a2a36dafb623df494481868e486c5fc22bb3d1 --- /dev/null +++ b/docs/en/tutorials/index.rst @@ -0,0 +1,9 @@ +初级使用 +================================ + +.. toctree:: + :maxdepth: 1 + + install.md + getting_started.md + config.md