Fixed issue with jitted AA transforms in v2 and added tests#7839
Fixed issue with jitted AA transforms in v2 and added tests#7839vfdev-5 merged 3 commits intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/7839
Note: Links to docs will display an error until the docs builds have been completed. ✅ 1 Unrelated FailureAs of commit 0fe1c54 with merge base 37081ee ( BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
pmeier
left a comment
There was a problem hiding this comment.
LGTM if CI is green. Thanks Victor!
| v2_transforms.InterpolationMode.BILINEAR, | ||
| ], | ||
| ) | ||
| def test_randaug_jit(self, interpolation): |
There was a problem hiding this comment.
@NicolasHug can we merge this PR and address your comment later ?
There was a problem hiding this comment.
We're going to delete this file, right?
Yes. Indeed, all new tests should go into test_transforms_v2_refactored.py. No strong opinion of doing this now or later.
|
Hey @vfdev-5! You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py |
…7839) Summary: (Note: this ignores all push blocking failures!) Reviewed By: matteobettini Differential Revision: D48900412 fbshipit-source-id: 516d3744e6c6115394abd80918ba4ad87eb5c5d5
Error reported in #7159