diff --git a/docs/mindspore/source_en/index.rst b/docs/mindspore/source_en/index.rst index 9163308ef16373dc6b64d1683eb3933b24a5c04f..11f6024893e009855ea788aab5e6a5e1fdff2850 100644 --- a/docs/mindspore/source_en/index.rst +++ b/docs/mindspore/source_en/index.rst @@ -80,6 +80,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..aeb613374c997cd1c136998a00a0b1084c756061 --- /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/master/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/master/migration_guide/typical_api_comparision.html) + + [API Mapping and Handling Strategy of Missing API](https://www.mindspore.cn/docs/en/master/migration_guide/analysis_and_preparation.html#analyzing-API-Compliance) + + [Dynamic Shape Analysis](https://www.mindspore.cn/docs/en/master/migration_guide/analysis_and_preparation.html#dynamic-shape) and [Mitigation Program](https://www.mindspore.cn/docs/zh-CN/master/migration_guide/model_development/model_and_loss.html#dynamic-shape-mitigation-program) + + [Mitigation Program for Sparse Characteristic](https://www.mindspore.cn/docs/en/master/migration_guide/analysis_and_preparation.html#sparse) + + [Common Syntax Restrictions and Handling Strategies for Static Graphs](https://www.mindspore.cn/docs/zh-CN/master/migration_guide/model_development/model_and_loss.html#common-restrictions) + + [Notes for MindSpore Web Authoring](https://www.mindspore.cn/docs/zh-CN/master/migration_guide/model_development/model_development.html#mindspore-web- authoring-note) + +- Network Debugging + + [Function Debugging](https://www.mindspore.cn/docs/zh-CN/master/migration_guide/debug_and_tune.html#function-debugging) + + [Precision Debugging](https://www.mindspore.cn/docs/en/master/migration_guide/debug_and_tune.html#precision-debugging) + + [Performance Debugging](https://www.mindspore.cn/docs/en/master/migration_guide/debug_and_tune.html#performance-debugging)