Skip to content

[Doc Link Fix No.25、55] Fix faq/index and motivation/fluid links#7880

Open
Letin147 wants to merge 2 commits intoPaddlePaddle:developfrom
Letin147:fix-links-issue7735
Open

[Doc Link Fix No.25、55] Fix faq/index and motivation/fluid links#7880
Letin147 wants to merge 2 commits intoPaddlePaddle:developfrom
Letin147:fix-links-issue7735

Conversation

@Letin147
Copy link

修复内容

任务 55: docs/faq/index_cn.rst

任务 25: docs/design/motivation/fluid.md

验证结果

已手动访问所有更新后的链接,确认所有链接可正常访问。

@paddle-bot
Copy link

paddle-bot bot commented Mar 26, 2026

感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7880.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html
预览工具的更多说明,请参考:飞桨文档预览工具

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@Echo-Nie
Copy link
Collaborator

thx! pls sign the CLA.

@Echo-Nie Echo-Nie changed the title fix: update broken links for tasks #25 and #55 in issue #7735 [Doc Link Fix No.25、55] Fix refactorization links Mar 26, 2026
@Echo-Nie Echo-Nie changed the title [Doc Link Fix No.25、55] Fix refactorization links [Doc Link Fix No.25、55] Fix faq/index and motivation/fluid links Mar 26, 2026
@luotao1 luotao1 added the HappyOpenSource 快乐开源活动issue与PR label Mar 27, 2026
@github-actions
Copy link

github-actions bot commented Mar 27, 2026

📚 本次 PR 文档预览链接(点击展开)
ℹ️ 预览提醒
请等待 Docs-NEW 流水线运行完成后再点击预览链接,否则可能会看到旧版本内容或遇到链接无法访问的情况。

Copy link
Contributor

@ShigureNyako ShigureNyako left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

感谢提交这个链接修复 PR。

我检查后确认:docs/faq/index_cn.rst 里的官网 API 文档链接替换方向是对的;但 docs/design/motivation/fluid.md 这一处目前还不能合入,原因有两点:

  1. issue #7735 的任务 25 指向的失效链接是 Yuang Yu 处的 https://research.google.com/pubs/104812.html,当前 PR 没有修到这处,而该链接实际仍会落到 404。
  2. 本 PR 把 Movidius 改到 Intel Core Ultra 产品页后,和正文“Movidius is producing a mobile deep learning chip”这句的语义不匹配,存在误导读者的风险。

请把 task 25 对应的真正坏链补上,并为 Movidius 选择更贴合上下文的资料页,或暂时不要改这一处。处理完后我再继续看。

## Backward Compatibility of Fluid

Given all the advantages from the removal of the concept of a *model*, hardware manufacturers might still prefer the existence of the concept of a model, so it would be easier for them to support multiple frameworks all at once and could run a trained model during inference. For example, Nervana, a startup company acquired by Intel, has been working on an XPU that reads the models in the format known as [n-graph](https://github.com/NervanaSystems/ngraph). Similarly, [Movidius](https://www.movidius.com/) is producing a mobile deep learning chip that reads and runs graphs of operators. The well-known [ONNX](https://github.com/onnx/onnx) is also a file format of graphs of operators. <!-- typos: disable-line -->
Given all the advantages from the removal of the concept of a *model*, hardware manufacturers might still prefer the existence of the concept of a model, so it would be easier for them to support multiple frameworks all at once and could run a trained model during inference. For example, Nervana, a startup company acquired by Intel, has been working on an XPU that reads the models in the format known as [n-graph](https://github.com/NervanaSystems/ngraph). Similarly, [Movidius](https://www.intel.com/content/www/us/en/products/details/processors/core-ultra.html) is producing a mobile deep learning chip that reads and runs graphs of operators. The well-known [ONNX](https://github.com/onnx/onnx) is also a file format of graphs of operators. <!-- typos: disable-line -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里需要再核对一下任务目标和链接语义:issue #7735 中任务 25 标出的失效链接是上文 Yuang Yu 对应的 https://research.google.com/pubs/104812.html,当前 PR 没有修到这处,而该链接跟随后仍会返回 404。

另外,这里把 Movidius 改到 Intel Core Ultra 产品页后,和正文里“Movidius is producing a mobile deep learning chip”这句话的语义也对不上,读者会被带到一个无关的处理器介绍页。建议改为:补上任务 25 真正需要修复的 Yuang Yu 链接;如果想顺手处理 Movidius,也请换成能直接支持这句话的资料页,否则宁可先不要改这一处。

本栏目以问答对的形式收录了用户开发过程中遇到的高频咨询类问题,包含了 2.0 版本的变化、安装、数据与数据处理、模型组网、训练、预测、模型保存与加载、参数调整、分布式等几类常见问题。

除此之外,你也可以查看 `官网 API 文档 <https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/index_cn.html>`_ 、 `历史 Issues <https://github.com/PaddlePaddle/Paddle/issues>`_ 、 `飞桨论坛 <https://aistudio.baidu.com/paddle/forum>`_ 来寻求解答。
除此之外,你也可以查看 `官网 API 文档 <https://www.paddlepaddle.org.cn/documentation/docs/zh/index_cn.html>`_ 、 `历史 Issues <https://github.com/PaddlePaddle/Paddle/issues>`_ 、 `飞桨论坛 <https://aistudio.baidu.com/paddle/forum>`_ 来寻求解答。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我检查后确认:docs/faq/index_cn.rst 里的官网 API 文档链接替换方向是对的

方向对,但是链接不对啊……

https://www.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor HappyOpenSource 快乐开源活动issue与PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants