- Notifications
You must be signed in to change notification settings - Fork 5.9k
renorm op #38130
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
renorm op #38130
Conversation
| Thanks for your contribution! |
paddle/fluid/operators/renorm_op.cu Outdated
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.
Recently, this PR add the transformop parameter in TensorReduceFunctorImpl, it's better to have the same modification.
paddle/fluid/operators/renorm_op.cu Outdated
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.
Recently, this PR add the transformop parameter in TensorReduceFunctorImpl, it's better to have the same modification.
python/paddle/tensor/math.py Outdated
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.
parameter "input" should be "x" like other Python API and "dim" should be "axis"
jzhang533 left a comment
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.
lgtm
jeff41404 left a comment
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.
LGTM
PR types
New features
PR changes
OPs
Describe
renorm op