-
Notifications
You must be signed in to change notification settings - Fork 86
Conversation
This PR needs Approvals as follows.
Please choose reviewers and requet reviews! Click to see how to approve each reviewsYou can approve this PR by triggered comments as follows.
See all trigger commentsPlease replace [Target] to review target
|
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.
RA
@@ -114,7 +114,7 @@ def test_conv_consistency(self) -> None: | |||
[1, 3, 3, 3], | |||
Float32(), | |||
input_ops, | |||
pads=[1, 1, 2, 2], | |||
pads=[1, 2, 1, 2], |
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.
Sorry, I can not understand this change clearly.
pad format is [top, bottom, left, right] and this line means using different padding value for top and buttom. right?
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.
Yes.
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.
OA
/ready |
⏳Merge job is queued... |
What this patch does to fix the issue.
correct order:
[top, bottom, left, right]
(it is same as tf.pad)
Link to any relevant issues or pull requests.