[Doc Link Fix No.25、55] Fix faq/index and motivation/fluid links#7880
[Doc Link Fix No.25、55] Fix faq/index and motivation/fluid links#7880Letin147 wants to merge 2 commits intoPaddlePaddle:developfrom
Conversation
|
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7880.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
|
|
|
thx! pls sign the CLA. |
ShigureNyako
left a comment
There was a problem hiding this comment.
感谢提交这个链接修复 PR。
我检查后确认:docs/faq/index_cn.rst 里的官网 API 文档链接替换方向是对的;但 docs/design/motivation/fluid.md 这一处目前还不能合入,原因有两点:
- issue #7735 的任务 25 指向的失效链接是
Yuang Yu处的https://research.google.com/pubs/104812.html,当前 PR 没有修到这处,而该链接实际仍会落到 404。 - 本 PR 把
Movidius改到 Intel Core Ultra 产品页后,和正文“Movidius is producing a mobile deep learning chip”这句的语义不匹配,存在误导读者的风险。
请把 task 25 对应的真正坏链补上,并为 Movidius 选择更贴合上下文的资料页,或暂时不要改这一处。处理完后我再继续看。
docs/design/motivation/fluid.md
Outdated
| ## 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 --> |
There was a problem hiding this comment.
这里需要再核对一下任务目标和链接语义: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,也请换成能直接支持这句话的资料页,否则宁可先不要改这一处。
docs/faq/index_cn.rst
Outdated
| 本栏目以问答对的形式收录了用户开发过程中遇到的高频咨询类问题,包含了 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>`_ 来寻求解答。 |
There was a problem hiding this comment.
我检查后确认:
docs/faq/index_cn.rst里的官网 API 文档链接替换方向是对的
方向对,但是链接不对啊……
https://www.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html
修复内容
任务 55: docs/faq/index_cn.rst
任务 25: docs/design/motivation/fluid.md
验证结果
已手动访问所有更新后的链接,确认所有链接可正常访问。