diff --git a/docs/mindspore/source_en/faq/implement_problem.md b/docs/mindspore/source_en/faq/implement_problem.md index 1d9be1e336d1575a3af9efe09cfa76e34e0e9913..5af46230b0f4d3fce169daba961004b2e33a5c41 100644 --- a/docs/mindspore/source_en/faq/implement_problem.md +++ b/docs/mindspore/source_en/faq/implement_problem.md @@ -299,7 +299,7 @@ A: This issue is a memory shortage problem caused by too much memory usage, whic - Set the value of `batch_size` too large. Solution: Reduce the value of `batch_size`. - Introduce the abnormally large `parameter`, for example, a single data shape is [640,1024,80,81]. The data type is float32, and the single data size is over 15G. In this way, the two data with the similar size are added together, and the memory occupied is over 3*15G, which easily causes `Out of Memory`. Solution: Check the `shape` of the parameter. If it is abnormally large, the shape can be reduced. -- If the following operations cannot solve the problem, you can raise the problem on the [official forum](https://www.hiascend.com/forum/forum-0106101385921175002-1.html), and there are dedicated technical personnels for help. +- If the following operations cannot solve the problem, you can raise the problem on the [official forum](https://discuss.mindspore.cn/), and there are dedicated technical personnels for help.
diff --git a/docs/mindspore/source_zh_cn/faq/implement_problem.md b/docs/mindspore/source_zh_cn/faq/implement_problem.md index 6a7260481ec0f92ef37171e8fab406d8a0eab336..9feec9db5c6b3da14e4a2c022965cf2505ab2b13 100644 --- a/docs/mindspore/source_zh_cn/faq/implement_problem.md +++ b/docs/mindspore/source_zh_cn/faq/implement_problem.md @@ -299,7 +299,7 @@ A: 此问题属于内存占用过多导致的内存不够问题,可能原因 - `batch_size`的值设置过大。解决办法: 将`batch_size`的值设置减小。 - 引入了异常大的`Parameter`,例如单个数据shape为[640,1024,80,81],数据类型为float32,单个数据大小超过15G,这样差不多大小的两个数据相加时,占用内存超过3*15G,容易造成`Out of Memory`。解决办法: 检查参数的`shape`,如果异常过大,减少shape。 -- 如果以上操作还是未能解决,可以上[官方论坛](https://www.hiascend.com/forum/forum-0106101385921175002-1.html)发帖提出问题,将会有专门的技术人员帮助解决。 +- 如果以上操作还是未能解决,可以上[官方论坛](https://discuss.mindspore.cn/)发帖提出问题,将会有专门的技术人员帮助解决。
diff --git a/tutorials/source_en/beginner/introduction.md b/tutorials/source_en/beginner/introduction.md index 0c75fb7e55f10157bdeeb8ba99dbf7d1c842eb66..2cbde35572b6e10059748bb8af1a817338335bb1 100644 --- a/tutorials/source_en/beginner/introduction.md +++ b/tutorials/source_en/beginner/introduction.md @@ -52,4 +52,4 @@ Welcome every developer to the MindSpore community and contribute to this all-sc - [MindSpore GitHub](https://github.com/mindspore-ai/mindspore): MindSpore code image of Gitee. Developers who are accustomed to using GitHub can learn MindSpore and view the latest code implementation here. -- **MindSpore forum**: We are dedicated to serving every developer. You can find your voice in MindSpore, regardless of whether you are an entry-level developer or a master. Let's learn and grow together. ([Learn more](https://www.hiascend.com/forum/forum-0106101385921175002-1.html)) +- **MindSpore forum**: We are dedicated to serving every developer. You can find your voice in MindSpore, regardless of whether you are an entry-level developer or a master. Let's learn and grow together. ([Learn more](https://discuss.mindspore.cn/)) diff --git a/tutorials/source_zh_cn/beginner/introduction.ipynb b/tutorials/source_zh_cn/beginner/introduction.ipynb index 88fe83fa95116908da6fc588cabbf5355f2b8624..89768fab259510fe1d3fce895434c46c8d9cafcb 100644 --- a/tutorials/source_zh_cn/beginner/introduction.ipynb +++ b/tutorials/source_zh_cn/beginner/introduction.ipynb @@ -67,7 +67,7 @@ "\n", " - [MindSpore GitHub](https://github.com/mindspore-ai/mindspore):Gitee的MindSpore代码镜像,习惯用GitHub的开发者可以在这里进行MindSpore的学习,查看最新代码实现!\n", "\n", - "- **昇思MindSpore 论坛**:我们努力地服务好每一个开发者,在昇思MindSpore中,无论是入门开发者还是高手大咖都能找到知音,共同学习,共同成长!([了解更多](https://www.hiascend.com/forum/forum-0106101385921175002-1.html))" + "- **昇思MindSpore 论坛**:我们努力地服务好每一个开发者,在昇思MindSpore中,无论是入门开发者还是高手大咖都能找到知音,共同学习,共同成长!([了解更多](https://discuss.mindspore.cn/))" ] } ],