-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Unified inputs for T.RandomRotation
#2496
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
Unified inputs for T.RandomRotation
#2496
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2496 +/- ##
==========================================
- Coverage 71.81% 71.77% -0.05%
==========================================
Files 94 94
Lines 8080 8088 +8
Branches 1282 1287 +5
==========================================
+ Hits 5803 5805 +2
- Misses 1868 1871 +3
- Partials 409 412 +3
Continue to review full report at Codecov.
|
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.
LGTM, thanks a lot!
Let's wait until the rotate
is merged before merging this one
…-5/issue-2292-random-rotate
* Added code for F_t.rotate with test - updated F.affine tests * Rotate test tolerance to 2% * Fixes failing test * [WIP] RandomRotation * Unified RandomRotation with tests
Related to #2292
Description:
T.RandomRotation
with tests and docsBlocked by #2553