c998634d40
* Add dim to PSNR * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> * Add reduction tests * Recover warnings on reduction and add tests * Add copyright texts * Refactor PSNR * Change warnings * Update pytorch_lightning/metrics/functional/psnr.py Change functional.psnr dim doc Co-authored-by: Nicki Skafte <skaftenicki@gmail.com> * Change PSNR dim docs * Apply suggestions from code review * tests Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> Co-authored-by: Nicki Skafte <skaftenicki@gmail.com> Co-authored-by: Jirka Borovec <jirka.borovec@seznam.cz> (cherry picked from commit a3dd545b733f9b0cafbe725a4f2e57bb6bed2759) |
||
---|---|---|
.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 :]