Machine learning metrics for distributed, scalable PyTorch applications.
Перейти к файлу
manipopopo c998634d40 Add `dim` to `pytorch_lightning.metrics.PSNR` (PL^5957)
* 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)
2021-02-22 01:24:21 +01:00
.github pypi 2021-01-04 22:46:03 +01:00
docs badges 2021-01-04 22:39:44 +01:00
pytorch_lightning/metrics Add `dim` to `pytorch_lightning.metrics.PSNR` (PL^5957) 2021-02-22 01:24:21 +01:00
tests Add `dim` to `pytorch_lightning.metrics.PSNR` (PL^5957) 2021-02-22 01:24:21 +01:00
torchmetrics pypi 2021-01-04 22:46:03 +01:00
.codecov.yml Initial commit 2020-12-22 21:02:46 +01:00
.gitignore Initial commit 2020-12-22 21:02:46 +01:00
.mergify.yml Initial commit 2020-12-22 21:02:46 +01:00
.pep8speaks.yml Initial commit 2020-12-22 21:02:46 +01:00
.readthedocs.yml Initial commit 2020-12-22 21:02:46 +01:00
CHANGELOG.md Initial commit 2020-12-22 21:02:46 +01:00
LICENSE Initial commit 2020-12-22 21:02:46 +01:00
MANIFEST.in rename pkg 2021-01-04 22:33:06 +01:00
README.md pypi 2021-01-04 22:46:03 +01:00
requirements.txt Initial commit 2020-12-22 21:02:46 +01:00
setup.cfg rename pkg 2021-01-04 22:33:06 +01:00
setup.py set torchmetrics 2020-12-22 21:23:55 +01:00

README.md

TorchMetrics

This is starter project which shall simplify initial steps for each new PL project...

CI testing Check Code formatting Documentation Status

* 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