-
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
【Hackathon 5th No.3】为 Paddle 新增 masked_fill API #57355
Merged
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
4925ae4
add masked_fill for paddle
AndSonder fbec78a
update doc
AndSonder 3cfde41
update some test case
AndSonder 37dd891
remove full_like
AndSonder 793fcdc
update test codes
AndSonder 0c1e8ce
update test cases
AndSonder faa459a
recover codes
AndSonder 0a4d8d4
update test codes
AndSonder 746a818
fix gradients error
AndSonder d48d73d
update test codes
AndSonder 7a0ef26
fix
AndSonder de8cd75
add bf16 test cases
AndSonder fb1a2ea
update code-block
AndSonder 810575f
Merge branch 'masked_fill' of https://github.com/AndSonder/Paddle int…
AndSonder 1b213bf
Merge branch 'develop' into masked_fill
AndSonder df6013e
update code-block
AndSonder 82bb307
Merge branch 'masked_fill' of https://github.com/AndSonder/Paddle int…
AndSonder 1349206
update test codes
AndSonder 9ef08e4
Merge branch 'develop' into masked_fill
AndSonder 5f463ad
Update __init__.py
AndSonder fe74eff
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
AndSonder 4d394a0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
AndSonder 211d655
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
AndSonder 0703cd0
fix
AndSonder 1c0abb8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
AndSonder f9bdfa0
fix code style and recover third_party
AndSonder f5db8f6
add v grad check
AndSonder 0f48c13
add scalar value case
AndSonder c8040ce
fix test case
AndSonder ccb535c
use logical_not
AndSonder 2317773
Merge branch 'develop' into masked_fill
AndSonder f678e39
fix doc style
AndSonder d6b7bd7
Update manipulation.py
AndSonder bccd1f6
Merge branch 'develop' into masked_fill
AndSonder 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
fix doc style
- Loading branch information
commit f678e395fcdd158e4ab10394f6699e6cc005ff44
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
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.
参数说明中写明支持的dtype,且要和设计文档中的一致;
Scaler
->Scalar
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