Jirka Borovec
|
4f3af42f83
|
better use of void (#7809)
* use void
* format
|
2021-06-08 15:36:50 +00:00 |
Jirka Borovec
|
0b843848b6
|
less IDE complain about unused args (#6786)
* less IDE complain about unused args
* ...
|
2021-04-01 18:19:00 +02:00 |
Jirka Borovec
|
217c12a4e7
|
Simplify deprecations (#6620)
* use external deprecate
* simplify
* simplify
* simplify
* flake8
* .
* others
* .
|
2021-03-25 15:26:38 +01:00 |
Jirka Borovec
|
f93414d085
|
Prune metyrics: regression 9/n (#6637)
* psnr
* r2score
* ssim
* chlog
|
2021-03-23 10:01:25 +00:00 |
Jirka Borovec
|
555a6fea21
|
prune warning & deprecation wrapper (#6540)
* docs
* wrapper
* test
* count
* flake8
|
2021-03-16 14:55:31 +00:00 |
Arnaud Gelas
|
61e1d8772d
|
Fix isort failures in metrics (#5528)
Remove from skipped module in pyproject.toml and fix failures on:
- pytorch_lightning/metrics/*.py
|
2021-01-18 07:10:53 -05:00 |
Teddy Koker
|
f2fa3c8256
|
Add formulas and references to metrics docs (#4823)
* precision
* precision
* recall
* f beta
* confusion matrix
* mse
* mae
* msle
* expalained variance
* psnr
* ssim
* text fp fn tp
* accuracy
* wiki -> sklearn for confusion metrix link
* confusion matrix logging note
Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
|
2020-11-25 09:05:30 +01:00 |
Nicki Skafte
|
a937394312
|
[Metrics] Unification of regression (#4166)
* moved to utility
* add files
* unify
* add desc
* update
* end of line
* Apply suggestions from code review
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
* add back functional test in new interface
* pep8
* doctest fix
* test name fix
* unify psnr + add class psnr, TODO: psnr test refactor ala mean squared error
* unify psnr
* rm unused code
* pep8
* docs
* unify ssim
* lower tolerance for ssim
* fix import
* pep8
* docs
* flake8
* test smaller images
* trying to fix test
* no ddp test for ssim
* pep8
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
|
2020-10-21 18:05:59 -04:00 |