lightning/pytorch_lightning/metrics/functional
Marijan Smetko 1dc724239a
PSNR metric (#2483)
* Add stub PSNR metric

* Fix linter

* Add data range as parameter

* Add tests

* Add scikit-image

* Add PSNR to regression metrics and add functional

* Refactor to functional

* Fix linter

* Fix linter, again

* Fix linter, again

* Fix typo in test

* Fix typo in another test

* Add scikit-image to conda

* Lift numpy requirement

* Add random tests

* Update CHANGELOG.md

* Apply suggestions from code review

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-07-08 10:26:11 +02:00
..
__init__.py [metrics] IoU Metric (#2062) 2020-06-18 09:06:31 -04:00
classification.py Fix ROC metric for CUDA tensors (#2304) 2020-06-23 15:19:16 +02:00
reduction.py Native torch metrics (#1488) 2020-06-13 08:47:25 -04:00
regression.py PSNR metric (#2483) 2020-07-08 10:26:11 +02:00