-
Notifications
You must be signed in to change notification settings - Fork 823
修复文档 paddle.nn.functional.embedding
paddle.index_add
#7250
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
base: develop
Are you sure you want to change the base?
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7250.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
paddle.nn.functional.embedding
paddle.nn.functional.embedding
paddle.index_add
🫡预览链接为: |
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.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (3)
- docs/api/paddle/index_add_cn.rst: Language not supported
- docs/api/paddle/nn/Embedding_cn.rst: Language not supported
- docs/api/paddle/nn/functional/embedding_cn.rst: Language not supported
修复
paddle.nn.functional.embedding
, issue:#72430 =< id < weight.shape[0]
padding_idx
的 long 属性,参考:https://github.com/PaddlePaddle/Paddle/blob/develop/python/paddle/nn/functional/input.py#L164修复
paddle.index_add
, issue:#7225