lightning/tests/metrics
Justus Schock 4dc4c8cfa5
Metric aggregation (#3321)
* metric aggregation

* metric aggregation

* add at_least_1d

* fix output formatting

* add metric tests

* add missing test case

* remove reduce_op frm metric classes

* fix reduce_op stuff

* start test fixing

* fix tests due to aggregation

* fix faulty import

* Apply suggestions from code review

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* remove reduce_op docstrings

* add compute

* remove import

* remove collection metric

* update base class

* update tests

* Update metric.py

* Update metric.py

* Apply suggestions from code review

* change default aggregate

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
2020-09-14 07:23:11 -04:00
..
functional fix normalize mode at confusion matrix (replace nans with zeros) (#3465) 2020-09-14 10:05:51 +02:00
__init__.py New metric classes (#1326) (#1877) 2020-05-19 11:05:07 -04:00
test_classification.py fix normalize mode at confusion matrix (replace nans with zeros) (#3465) 2020-09-14 10:05:51 +02:00
test_converters.py Fix: gather_all_tensors cross GPUs in DDP (#3319) 2020-09-03 12:27:32 +02:00
test_metrics.py Metric aggregation (#3321) 2020-09-14 07:23:11 -04:00
test_nlp.py metrics: add BLEU (#2535) 2020-07-22 09:58:24 -04:00
test_regression.py clean tests imports (#2834) 2020-08-06 16:58:51 +02:00
test_sklearn.py Metric aggregation (#3321) 2020-09-14 07:23:11 -04:00