lightning/pytorch_lightning
deng-cy 3ee1b55bf1
Reformat iou [func] and add IoU class (#4704)
* added Iou

* Create iou.py

* Update iou.py

* Update iou.py

* Update CHANGELOG.md

* Update metrics.rst

* Update iou.py

* Update iou.py

* Update __init__.py

* Update iou.py

* Update iou.py

* Update classification.py

* Update classification.py

* Update classification.py

* Update __init__.py

* Update __init__.py

* Update iou.py

* Update classification.py

* Update metrics.rst

* Update CHANGELOG.md

* Update CHANGELOG.md

* add iou

* add test

* add test

* removed iou

* add iou

* add iou test

* add float

* reformat test_iou

* removed test_iou

* updated format

* updated format

* Update CHANGELOG.md

* updated format

* Update metrics.rst

* Apply suggestions from code review

merge suggestions

Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>

* added equations

* reformat init

* change format

* change format

* deprecate iou and test for this

* fix changelog

* delete iou test in test_classification

* format change

* format change

* format

* format

* format

* delete white space

* delete white space

* fix tests

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* better deprecation

* fix docs

* Apply suggestions from code review

* fix todo

Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2021-01-08 13:36:08 +00:00
..
accelerators fix some minor typos in docs (#5369) 2021-01-07 08:01:52 -05:00
callbacks [Feat] Cleanup ModelCheckpoint / EarlyStopping by moving logic to LoggerConnector (#5218) 2021-01-07 10:57:26 -05:00
cluster_environments mark todo exceptions (#5320) 2021-01-04 09:07:56 +01:00
core fix formatting - flake8 + isort 2021-01-06 21:31:48 +01:00
distributed fix/enable - check F401 (#5201) 2020-12-21 10:15:04 +01:00
loggers FIX-5311: Cast to string `_flatten_dict` (#5354) 2021-01-06 15:16:46 +01:00
metrics Reformat iou [func] and add IoU class (#4704) 2021-01-08 13:36:08 +00:00
overrides fix some minor typos in docs (#5369) 2021-01-07 08:01:52 -05:00
plugins Prepare 1.1.3 release (#5365) 2021-01-06 15:17:27 +01:00
profiler fix/enable - check F401 (#5201) 2020-12-21 10:15:04 +01:00
trainer [Feat] Cleanup ModelCheckpoint / EarlyStopping by moving logic to LoggerConnector (#5218) 2021-01-07 10:57:26 -05:00
tuner mark todo exceptions (#5320) 2021-01-04 09:07:56 +01:00
utilities fix some minor typos in docs (#5369) 2021-01-07 08:01:52 -05:00
__init__.py flake8 ++ 2021-01-05 09:58:37 +01:00
py.typed make PyTorch Lightning PEP 561 Compliant (#3187) 2020-09-09 13:37:03 -04:00
setup_tools.py update isort config (#5335) 2021-01-06 12:49:23 +01:00