-
Notifications
You must be signed in to change notification settings - Fork 285
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
Added the Amplitude Rescaling Transform #1694
Added the Amplitude Rescaling Transform #1694
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1694 +/- ##
==========================================
+ Coverage 84.86% 84.90% +0.04%
==========================================
Files 155 156 +1
Lines 6508 6526 +18
==========================================
+ Hits 5523 5541 +18
Misses 985 985 ☔ View full report in Codecov by Sentry. |
Could you please provide some input-output pairs? |
Sure, @SauravMaheshkar , give me some time on that |
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 for the contribution! Left some comments.
Hi @guarin , sorry being so late on this. I have made the requested changes. Please have a look |
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 for the contribution!
Closes: #1658
Modified file(s)
lightly/transforms/__init__.py
: Added new transform importsCreated file(s)
lightly/transforms/amplitude_rescale_transform.py
tests/transforms/test_amplitude_rescale_transform.py