-
Notifications
You must be signed in to change notification settings - Fork 615
#2066 doctest update losses #2138
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
Conversation
@SSaishruthi @RomainBrault @wenmin-wu @fsx950223 @AakashKumarNain You are owners of some files modified in this pull request. |
Looks like the checks are failing because I forgot to run |
No worries. Just run that command now from your branch and commit the formatted changes. |
* updated contrastive.py * updated focal_loss.py * updated giou_loss.py * updated kappa_loss.py * updated npairs.py * updated quantiles.py * reformatting giou_loss.py * updated testable docs contrastive.py * updated doctests focal_loss.py * updated testdocs giou_loss.py * updated testdocs kappa_loss.py * updated testdocs npairs.py * updated testdocs quantiles.py * minor changes to formatting * fixing multi-line error * adding empty line inbetween imports * adding empty line inbetween imports * reformatting imports * reverting code formatting changes * reformatting imports
Description
Adding testable docstrings to
losses
.Fixes #2066
Changes made to:
quantiles.py
npairs.py
kappa_loss.py
giou_loss.py
focal_loss.py
contrastive.py
Type of change
Checklist:
I've properly formatted my code according to the guidelines
This PR addresses an already submitted issue for TensorFlow Addons
I have made corresponding changes to the documentation
How Has This Been Tested?