index.rst 1.3 KB
Newer Older
L
leiyuning 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.. 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 Tutorials
===================

.. toctree::
   :glob:
   :maxdepth: 1
   :caption: Quick Start

   quick_start/quick_start

.. toctree::
   :glob:
   :maxdepth: 1
   :caption: Use

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

.. toctree::
   :glob:
   :maxdepth: 1
29
   :caption: Application
L
leiyuning 已提交
30 31 32

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

.. toctree::
   :glob:
   :maxdepth: 1
   :caption: Model Optimization

   advanced_use/debugging_in_pynative_mode
L
leiyuning 已提交
40
   advanced_use/customized_debugging_information
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
   advanced_use/visualization_tutorials

.. toctree::
   :glob:
   :maxdepth: 1
   :caption: Performance Optimization

   advanced_use/distributed_training
   advanced_use/mixed_precision

.. toctree::
   :glob:
   :maxdepth: 1
   :caption: Usage on Device

L
leiyuning 已提交
56
   advanced_use/on_device_inference
57 58 59 60 61 62

.. toctree::
   :glob:
   :maxdepth: 1
   :caption: Network Migration

63
   advanced_use/network_migration
64 65 66 67 68 69

.. toctree::
   :glob:
   :maxdepth: 1
   :caption: AI Security

L
leiyuning 已提交
70
   advanced_use/model_security