-
Notifications
You must be signed in to change notification settings - Fork 906
Fix faq/index and motivation/fluid links #7880 #7885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
|
|
||
| 本栏目以问答对的形式收录了用户开发过程中遇到的高频咨询类问题,包含了 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/api/index_cn.html>`_ 、 `历史 Issues <https://github.com/PaddlePaddle/Paddle/issues>`_ 、 `飞桨论坛 <https://aistudio.baidu.com/paddle/forum>`_ 来寻求解答。 | ||
|
||
|
|
||
| 同时,你也可以在 `Github Issues <https://github.com/PaddlePaddle/Paddle/issues>`_ 中进行提问,飞桨会有专门的技术人员解答。 | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
本文件中额外修改了 Movidius 的外部链接(从
www.movidius.com换成 Intel 的页面),但 PR 描述未提及该变更。建议在 PR 描述中补充说明该链接同样失效/需要替换,或将此处改动拆分到单独的链接修复任务,避免范围不清。