lightning/pytorch_lightning/metrics
Younghun Roh ac4a215071
Faster Accuracy metric (#2775)
* Faster classfication stats

* Faster accuracy metric

* minor change on cls metric

* Add out-of-bound class clamping

* Add more tests and minor fixes

* Resolve code style warning

* Update for #2781

* hotfix

* Update pytorch_lightning/metrics/functional/classification.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Update about conversation

* Add docstring on stat_scores_multiple_classes

Co-authored-by: Younghun Roh <yhunroh@mindslab.ai>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-08-06 11:40:35 +02:00
..
functional Faster Accuracy metric (#2775) 2020-08-06 11:40:35 +02:00
__init__.py metrics: add SSIM (#2671) 2020-07-23 12:13:52 -04:00
classification.py [metrics] IoU Metric (#2062) 2020-06-18 09:06:31 -04:00
converters.py Support Mean in DDP Sync (#2568) 2020-08-04 18:32:20 +02:00
metric.py fix dtype/device property not getting updated in submodules (#2657) 2020-07-21 15:18:57 -04:00
nlp.py metrics: add BLEU (#2535) 2020-07-22 09:58:24 -04:00
regression.py Improve SSIM (#2833) 2020-08-05 13:40:11 -04:00
sklearns.py Add remaning sklearn metrics (#2562) 2020-08-05 11:32:53 +02:00