92c2e1923b
* added Iou * Create iou.py * Update iou.py * Update iou.py * Update CHANGELOG.md * Update metrics.rst * Update iou.py * Update iou.py * Update __init__.py * Update iou.py * Update iou.py * Update classification.py * Update classification.py * Update classification.py * Update __init__.py * Update __init__.py * Update iou.py * Update classification.py * Update metrics.rst * Update CHANGELOG.md * Update CHANGELOG.md * add iou * add test * add test * removed iou * add iou * add iou test * add float * reformat test_iou * removed test_iou * updated format * updated format * Update CHANGELOG.md * updated format * Update metrics.rst * Apply suggestions from code review merge suggestions Co-authored-by: Nicki Skafte <skaftenicki@gmail.com> * added equations * reformat init * change format * change format * deprecate iou and test for this * fix changelog * delete iou test in test_classification * format change * format change * format * format * format * delete white space * delete white space * fix tests * Apply suggestions from code review Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> * better deprecation * fix docs * Apply suggestions from code review * fix todo Co-authored-by: Nicki Skafte <skaftenicki@gmail.com> Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> (cherry picked from commit 238040c9e5f2a9f03cecb171791fd8c4b88ca8b7) |
||
---|---|---|
.github | ||
docs | ||
pytorch_lightning/metrics | ||
tests | ||
torchmetrics | ||
.codecov.yml | ||
.gitignore | ||
.mergify.yml | ||
.pep8speaks.yml | ||
.readthedocs.yml | ||
CHANGELOG.md | ||
LICENSE | ||
MANIFEST.in | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
setup.py |
README.md
TorchMetrics
This is starter project which shall simplify initial steps for each new PL project...
* the Read-The-Docs is failing as this one leads to the public domain which requires the repo to be public too
To be Done
You still need to enable some external integrations such as:
- in GH setting lock the master breach - no direct push without PR
- init Read-The-Docs (add this new project)
- specify license in
LICENSE
file and package init
Tests / Docs notes
- We are using Napoleon style and we shall use static types...
- It is nice to se doctest as they are also generated as examples in documentation
- For wider and edge cases testing use pytest parametrization :]