-
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
add pad and concat double grad #29549
Conversation
Thanks for your contribution! |
5131e6a
to
e49b185
Compare
82387c3
to
bd175e2
Compare
def func(self, place): | ||
x_shape = [2, 3, 4, 5] | ||
pad = [1, 1, 1, 1] | ||
eps = 0.005 |
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.
pad可以不设置eps吧
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.
pad 不需要.. 但是paddle.nn.pad这个op里有squeeze/unsqueeze这些操作.. 这些需要设置eps..
fb2d9c4
to
62d05af
Compare
62d05af
to
e8bbb19
Compare
PR types
New features
PR changes
OPs
Describe
add double grad for pad
add double grad for concat