diff --git a/docs/mindspore/source_en/index.rst b/docs/mindspore/source_en/index.rst index 732085681ad8ab0adf29f1c5d1a1fc5f2dcac528..8cf01bc7b6fb1c10dc69c55b8555ebcf8b8061c9 100644 --- a/docs/mindspore/source_en/index.rst +++ b/docs/mindspore/source_en/index.rst @@ -77,7 +77,6 @@ MindSpore Documentation migration_guide/overview migration_guide/enveriment_preparation migration_guide/model_development/model_development - 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 deleted file mode 100644 index 8ea37ff0269272213d212a8c3616898c8bbc6241..0000000000000000000000000000000000000000 --- a/docs/mindspore/source_en/migration_guide/faq.md +++ /dev/null @@ -1,27 +0,0 @@ -# FAQ - - - -MindSpore provides a [FAQ](https://mindspore.cn/docs/en/master/faq/installation.html) in the process of 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#analyze_api_satisfaction) - - [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/en/master/migration_guide/model_development/model_and_loss.html#dynamic_shape_mitigation_strategy) - - [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/en/master/migration_guide/model_development/model_and_loss.html#common_restrictions) - - [Notes for MindSpore Web Authoring](https://www.mindspore.cn/docs/en/master/migration_guide/model_development/model_development.html#notes_for_mindspore_web_authoring) - -- Network Debugging - - [Function Debugging](https://www.mindspore.cn/docs/en/master/migration_guide/debug_and_tune.html#function_debugging) - - [Precision Debugging](https://www.mindspore.cn/docs/zh-CN/master/migration_guide/debug_and_tune.html#precision_debugging) - - [Performance Debugging](https://www.mindspore.cn/docs/zh-CN/master/migration_guide/debug_and_tune.html#performance_debugging)