index.rst 1.6 KB
Newer Older
L
leiyuning 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14
.. MindSpore documentation master file, created by
   sphinx-quickstart on Thu Mar 24 09:00:00 2020.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

MindSpore教程
=============

.. toctree::
   :glob:
   :maxdepth: 1
   :caption: 快速入门

   quick_start/quick_start
昇思MindSpore's avatar
昇思MindSpore 已提交
15
   quick_start/quick_video
L
leiyuning 已提交
16 17 18 19 20 21 22

.. toctree::
   :glob:
   :maxdepth: 1
   :caption: 使用指南

   use/data_preparation/data_preparation
23
   use/defining_the_network
L
leiyuning 已提交
24
   use/saving_and_loading_model_parameters
T
Ting Wang 已提交
25
   use/multi_platform_inference
L
leiyuning 已提交
26 27 28 29

.. toctree::
   :glob:
   :maxdepth: 1
30
   :caption: 应用实践
L
leiyuning 已提交
31 32 33

   advanced_use/computer_vision_application
   advanced_use/nlp_application
34 35 36 37 38 39 40

.. toctree::
   :glob:
   :maxdepth: 1
   :caption: 模型调优

   advanced_use/debugging_in_pynative_mode
L
leiyuning 已提交
41
   advanced_use/customized_debugging_information
42 43 44 45 46 47 48 49 50
   advanced_use/visualization_tutorials

.. toctree::
   :glob:
   :maxdepth: 1
   :caption: 性能优化

   advanced_use/distributed_training_tutorials
   advanced_use/mixed_precision
T
Ting Wang 已提交
51
   advanced_use/graph_kernel_fusion
L
leiyuning 已提交
52
   advanced_use/quantization_aware
53

T
Ting Wang 已提交
54 55 56 57 58 59 60
.. toctree::
   :glob:
   :maxdepth: 1
   :caption: 推理服务

   advanced_use/serving

61 62 63 64 65
.. toctree::
   :glob:
   :maxdepth: 1
   :caption: 端云使用

66
   advanced_use/use_on_the_cloud
L
leiyuning 已提交
67
   advanced_use/on_device_inference
68 69 70 71 72 73

.. toctree::
   :glob:
   :maxdepth: 1
   :caption: 网络迁移

T
Ting Wang 已提交
74
   advanced_use/network_migration
75 76 77 78

.. toctree::
   :glob:
   :maxdepth: 1
Z
ZhidanLiu 已提交
79
   :caption: AI安全和隐私
80 81

   advanced_use/model_security
Z
ZhidanLiu 已提交
82
   advanced_use/differential_privacy