-
Notifications
You must be signed in to change notification settings - Fork 422
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
fixing unsqueeze AUC #242
fixing unsqueeze AUC #242
Conversation
Hello @justusschock! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-05-11 14:32:25 UTC |
for more information, see https://pre-commit.ci
Codecov Report
@@ Coverage Diff @@
## master #242 +/- ##
=======================================
Coverage 96.82% 96.82%
=======================================
Files 184 184
Lines 6016 6024 +8
=======================================
+ Hits 5825 5833 +8
Misses 191 191
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
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.
pls add chlog :]
@Borda done :) |
Before submitting
Allows to support tensors that can be squeezed to 1d tensors (e.g. trailing dims of 1) for auc and fixes a typo