-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Port remaining transforms tests #7954
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/7954
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 1 PendingAs of commit 7902956 with merge base 997384c (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
As of 775e5ec, the old |
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.
Thanks @pmeier, made a first pass on the the first half of the tests
self._assert_is_standard_normal_distributed(output) | ||
|
||
|
||
class TestClampBoundingBoxes: |
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.
Maybe we'll want a sanity check for this one (that the bbox is indeed clamped). But I guess this can come in another PR
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.
Thanks @pmeier, some last comments but LGTM
Hey @pmeier! 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 |
Reviewed By: vmoens Differential Revision: D50789097 fbshipit-source-id: bdcb58bb2ca49258dc9621438b193b2b23f7efa3
I've tried to make the individual commits as atomic as possible. Meaning, you can probably review the commits one by one.
cc @vfdev-5