index.rst 1.7 KB
Newer Older
L
leiyuning 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
.. 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: 快速入门

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

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

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

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

   advanced_use/computer_vision_application
   advanced_use/nlp_application
35
   advanced_use/second_order_optimizer_for_resnet50_application
36 37 38 39 40 41 42

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

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

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

   advanced_use/distributed_training_tutorials
   advanced_use/mixed_precision
T
Ting Wang 已提交
53
   advanced_use/graph_kernel_fusion
L
leiyuning 已提交
54
   advanced_use/quantization_aware
J
jinyaohui 已提交
55
   advanced_use/gradient_accumulation
56

T
Ting Wang 已提交
57 58 59 60 61 62 63
.. toctree::
   :glob:
   :maxdepth: 1
   :caption: 推理服务

   advanced_use/serving

64 65 66 67 68
.. toctree::
   :glob:
   :maxdepth: 1
   :caption: 端云使用

69
   advanced_use/use_on_the_cloud
L
leiyuning 已提交
70
   advanced_use/on_device_inference
71 72 73 74 75 76

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

T
Ting Wang 已提交
77
   advanced_use/network_migration
78 79 80 81

.. toctree::
   :glob:
   :maxdepth: 1
Z
ZhidanLiu 已提交
82
   :caption: AI安全和隐私
83 84

   advanced_use/model_security
Z
ZhidanLiu 已提交
85
   advanced_use/differential_privacy
Z
ZhidanLiu 已提交
86
   advanced_use/fuzzer