diff --git a/docs/mindspore/source_en/index.rst b/docs/mindspore/source_en/index.rst index 2ba40655723c1fb999080f8c631cf8b269263c31..2206fcb274188bade311f3eaf1ebfbb275344ea5 100644 --- a/docs/mindspore/source_en/index.rst +++ b/docs/mindspore/source_en/index.rst @@ -79,6 +79,7 @@ MindSpore Documentation migration_guide/model_development/model_development migration_guide/debug_and_tune migration_guide/sample_code + migration_guide/faq migration_guide/use_third_party_op .. toctree:: diff --git a/docs/mindspore/source_en/migration_guide/faq.md b/docs/mindspore/source_en/migration_guide/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..547fa5644de25786b40bfe386dcf3fa5a5f48fb1 --- /dev/null +++ b/docs/mindspore/source_en/migration_guide/faq.md @@ -0,0 +1,27 @@ +# FAQs + + + +MindSpore provides a [FAQ](https://mindspore.cn/docs/en/r1.9/faq/installation.html) during using MindSpore. This chapter also collates the solutions to the set of common problems mentioned in the migration documentation. + +- Web Scripts + + [Typical Differences from PyTorch](https://www.mindspore.cn/docs/en/r1.9/migration_guide/typical_api_comparision.html) + + [API Mapping and Handling Strategy of Missing API](https://www.mindspore.cn/docs/en/r1.9/migration_guide/analysis_and_preparation.html#analyzing-API-Compliance) + + [Dynamic Shape Analysis](https://www.mindspore.cn/docs/en/r1.9/migration_guide/analysis_and_preparation.html#dynamic-shape) and [Mitigation Program](https://www.mindspore.cn/docs/zh-CN/r1.9/migration_guide/model_development/model_and_loss.html#dynamic-shape-mitigation-program) + + [Mitigation Program for Sparse Characteristic](https://www.mindspore.cn/docs/en/r1.9/migration_guide/analysis_and_preparation.html#sparse) + + [Common Syntax Restrictions and Handling Strategies for Static Graphs](https://www.mindspore.cn/docs/zh-CN/r1.9/migration_guide/model_development/model_and_loss.html#common-restrictions) + + [Notes for MindSpore Web Authoring](https://www.mindspore.cn/docs/zh-CN/r1.9/migration_guide/model_development/model_development.html#mindspore-web- authoring-note) + +- Network Debugging + + [Function Debugging](https://www.mindspore.cn/docs/zh-CN/r1.9/migration_guide/debug_and_tune.html#function-debugging) + + [Precision Debugging](https://www.mindspore.cn/docs/en/r1.9/migration_guide/debug_and_tune.html#precision-debugging) + + [Performance Debugging](https://www.mindspore.cn/docs/en/r1.9/migration_guide/debug_and_tune.html#performance-debugging)