-
Notifications
You must be signed in to change notification settings - Fork 874
Add gather cn faq #4082
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
Add gather cn faq #4082
Conversation
|
Thanks for your contribution! |
|
|
||
| - `paddle.gather`不支持`torch.gather`的`sparse_grad`参数。 | ||
|
|
||
| ---------- |
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.
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.
Done
docs/faq/train_cn.md
Outdated
|
|
||
| 两者在输入形状、输出形状、计算公式等方面都有区别,具体如下: | ||
|
|
||
| 1. `paddle.gather` |
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.
建议增加 api 文档链接,格式:paddle.gather
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.
链接加在了最前面,第一次出现paddle.gather的地方。

Add gather CN FAQ for better understanding.