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 22 23 24 25 26
.. 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
   use/saving_and_loading_model_parameters

.. toctree::
   :glob:
   :maxdepth: 1
27
   :caption: Application
L
leiyuning 已提交
28 29 30

   advanced_use/computer_vision_application
   advanced_use/nlp_application
31 32 33 34 35 36 37

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

   advanced_use/debugging_in_pynative_mode
L
leiyuning 已提交
38
   advanced_use/customized_debugging_information
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
   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 已提交
54
   advanced_use/on_device_inference
55 56 57 58 59 60

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

61
   advanced_use/network_migration
62 63 64 65 66 67

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

L
leiyuning 已提交
68
   advanced_use/model_security