### MindSpore 学习 * 请参考MindSpore官方文档学习MindSpore相关[编程规范](https://www.mindspore.cn/docs/zh-CN/r2.0/note/static_graph_syntax_support.html)、[文档](https://www.mindspore.cn/docs/zh-CN/r1.8/index.html)、[教程](https://www.mindspore.cn/tutorials/zh-CN/r1.8/index.html)、[MindInsight工具](https://www.mindspore.cn/mindinsight/docs/zh-CN/r2.0/index.html)等 * 请参考MindSpore官方文档了解MindSpore大规模分布式并行能力 [数据并行](https://www.mindspore.cn/docs/zh-CN/r1.8/design/distributed_training_design.html#%E6%95%B0%E6%8D%AE%E5%B9%B6%E8%A1%8C) [模型并行](https://www.mindspore.cn/tutorials/experts/zh-CN/r1.8/parallel/operator_parallel.html) [流水线并行](https://www.mindspore.cn/tutorials/experts/zh-CN/r1.8/parallel/pipeline_parallel.html) [优化器并行](https://www.mindspore.cn/tutorials/experts/zh-CN/r1.8/parallel/optimizer_parallel.html) [双副本并行](https://www.mindspore.cn/docs/zh-CN/r2.0/design/distributed_training_design.html?&highlight=#%E5%8D%8A%E8%87%AA%E5%8A%A8%E5%B9%B6%E8%A1%8C) * 请参考MindSpore官方文档了解MindSpore内存优化能力 [内存复用](https://www.mindspore.cn/tutorials/experts/zh-CN/r2.0/debug/custom_debug.html?&highlight=%E5%86%85%E5%AD%98%E5%A4%8D%E7%94%A8#%E5%86%85%E5%AD%98%E5%A4%8D%E7%94%A8) [重计算](https://www.mindspore.cn/tutorials/experts/zh-CN/r1.8/parallel/recompute.html) [图算融合](https://www.mindspore.cn/docs/zh-CN/r2.0.0-alpha/design/graph_fusion_engine.html)