-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Fix Python IndexError of Case12: paddle.static.nn.bilinear_tensor_product #50008
Merged
luotao1
merged 23 commits into
PaddlePaddle:develop
from
longranger2:bilinear_tensor_product
Feb 6, 2023
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
8ef0f2b
修改linspace参数"stop"的介绍
longranger2 8137693
更新了conv2d_transpose英文文档中 1.公式异常 2.参数说明异常 3.padding=SAME和VALID的公式说明; t…
longranger2 f355003
Merge branch 'PaddlePaddle:develop' into develop
longranger2 5b92b78
解决了
longranger2 5b4f20e
更新了paddle.static.auc的英文文档的Return描述以及函数的参数
longranger2 370646c
Update python/paddle/tensor/creation.py
longranger2 009ee89
更新了shard_index的ignore_value描述
longranger2 3574b14
Merge remote-tracking branch 'origin/develop' into loneranger_paddle
longranger2 0603c66
修改了英文文档的paddle.static.nn.conv3d_transpose的公式介绍
longranger2 dc8be6d
add py_func COPY-FROM label; test=document_fix
Ligoml f25a731
Update python/paddle/tensor/manipulation.py
longranger2 968a848
formula; test=document_fix
Ligoml 3d1b7a9
formula; test=document_fix
Ligoml 18a171d
formula; test=document_fix
Ligoml 3af6cf3
Merge branch 'PaddlePaddle:develop' into develop
longranger2 5a3689b
为bilinear_tensor_product增加x和y维度的判断
longranger2 9c461b0
Merge branch 'PaddlePaddle:develop' into bilinear_tensor_product
longranger2 33f9bc6
为bilinear_tensor_product增加单测
longranger2 dbf3bd2
Merge remote-tracking branch 'origin/bilinear_tensor_product' into bi…
longranger2 56f3026
Merge branch 'PaddlePaddle:develop' into bilinear_tensor_product
longranger2 c01848b
完善bilinear_tensor_product的单测
longranger2 3a7bd1a
Merge branch 'PaddlePaddle:develop' into bilinear_tensor_product
longranger2 1997d77
fix bilinear_tensor_product
longranger2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
单测覆盖率不够,可以再添加下单测,或者把2571和2577行写在一起,类似
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.
好的👌