Patch the _is_conv_node function#2223
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/2223
Note: Links to docs will display an error until the docs builds have been completed. ❌ 6 New FailuresAs of commit 5d7f713 with merge base adc78b7 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D74898941 |
Summary: X-link: pytorch/ao#2223 torch.ops.aten.conv2d.padding is also conv2d node Test Plan: CI Reviewed By: andrewor14, jerryzh168 Differential Revision: D74898941
|
@jerryzh168 @andrewor14 can you help reviewing? |
|
This pull request was exported from Phabricator. Differential Revision: D74898941 |
Summary: Pull Request resolved: pytorch#2223 X-link: pytorch/pytorch#153749 torch.ops.aten.conv2d.padding is also conv2d node Reviewed By: andrewor14, jerryzh168 Differential Revision: D74898941
Summary: X-link: pytorch/pytorch#153749 torch.ops.aten.conv2d.padding is also conv2d node Reviewed By: andrewor14, jerryzh168 Differential Revision: D74898941
|
This pull request was exported from Phabricator. Differential Revision: D74898941 |
Summary: X-link: pytorch/pytorch#153749 torch.ops.aten.conv2d.padding is also conv2d node Reviewed By: andrewor14, jerryzh168 Differential Revision: D74898941
|
This pull request was exported from Phabricator. Differential Revision: D74898941 |
Summary: X-link: pytorch/ao#2223 torch.ops.aten.conv2d.padding is also conv2d node Test Plan: CI Reviewed By: andrewor14, jerryzh168 Differential Revision: D74898941
| self._test_quantizer( | ||
| TestHelperModules.ConvWithBNRelu(dim=2, relu=True, bn=True, padding="same"), | ||
| example_inputs, | ||
| BackendAQuantizer(), |
There was a problem hiding this comment.
this is not annotating conv2d, does the test pass?
|
@cccclai looks like this also breaks ruff, I'll revert first |
|
oh thanks @HDCharles for the fix |
|
we still need to revert this it caused a bunch of breakages. |
Differential Revision: D74898941 Pull Request resolved: #2223
Summary:
X-link: pytorch/pytorch#153749
torch.ops.aten.conv2d.padding is also conv2d node
Reviewed By: andrewor14, jerryzh168
Differential Revision: D74898941