Jirka Borovec
|
ed3ee982b3
|
clean tests imports (#2834)
|
2020-08-06 16:58:51 +02:00 |
Jeff Yang
|
5bbcb8db1f
|
Improve SSIM (#2833)
* make ssim fast
* remove padding
* pep8
* add comments for readability
* plus -> coef
|
2020-08-05 13:40:11 -04:00 |
Jeff Yang
|
bda7cf1653
|
metrics: add SSIM (#2671)
* metrics: add SSIM
* Update CHANGELOG.md
fix codefactor issue
fix doctest
fix doctest
fix test
* added test for raise Error
|
2020-07-23 12:13:52 -04:00 |
Rohit Gupta
|
6f4a488bae
|
Add functional regression metrics (#2492)
* Add functional regression metrics
* add functional tests
* add docs
* changelog
* init
* pep8
* docs
* docs
* setup docs
* docs
* Apply suggestions from code review
* Apply suggestions from code review
* typo
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Jirka <jirka@pytorchlightning.ai>
|
2020-07-09 17:54:38 +02:00 |
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 |
Xavier Sumba
|
ead874b17d
|
Regression metrics (#2221)
* add regression metrics
* solve tests
* add docs
|
2020-06-17 13:44:06 -04:00 |