Jirka Borovec
|
217c12a4e7
|
Simplify deprecations (#6620)
* use external deprecate
* simplify
* simplify
* simplify
* flake8
* .
* others
* .
|
2021-03-25 15:26:38 +01:00 |
Jirka Borovec
|
70beddfc13
|
Prune metrics: others 11/DoNe (#6659)
* classif
* grad_img
* nlp
* ssl
* format
|
2021-03-24 09:16:28 +01:00 |
Akihiro Nitta
|
1d28d11a07
|
Minor fixes/improvements in Metric docs (#6114)
* Fix wrong render
* Improve classification metrics docs
* Improve other domain metrics docs
* Change the structure level in the docs
|
2021-02-22 16:50:59 +08:00 |
Jirka Borovec
|
963c17b669
|
formatting 6/n: metrics (#5722)
* yapf metrics
* op
|
2021-02-01 09:24:07 +01:00 |
William Falcon
|
09c2020a93
|
notices (#4118)
|
2020-10-13 07:18:07 -04:00 |
Jirka Borovec
|
616fe82c7d
|
latest restore func metrics (#3949)
* latest restore
* latest restore
|
2020-10-07 14:26:30 -04:00 |
Ananya Harsh Jha
|
f76bc5254e
|
revamp entire metrics (#3868)
* removed metric
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
* added new metrics
Co-authored-by: Teddy Koker teddy.koker@gmail.com
* pep8
Co-authored-by: Teddy Koker teddy.koker@gmail.com
* pep8
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
* docs
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
* docs
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
* win ddp tests skip
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
* win ddp tests skip
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
* win ddp tests skip
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
* win ddp tests skip
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
* reset in compute, cache compute
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
* reduce_ops handling
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
* sync -> sync_dist, type annotations
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
* wip docs
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
* mean squared error
* docstring
* added mean ___ error metrics
* added mean ___ error metrics
* seperated files
* accuracy doctest
* gpu fix
* remove unnecessary mixin
* metric and accuracy docstring
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
* metric docs
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
* pep8, changelog
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
* refactor dist utils, pep8
* refactor dist utils, pep8
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
|
2020-10-06 17:03:24 -04:00 |
Nicki Skafte
|
93cf6d0054
|
[Metrics] class based embedding similarity + tests (#3358)
* embedding similarity class + test
* fix tests
* fix pep8
* add docs
* noindex
* Update docs/source/metrics.rst
* Update pytorch_lightning/metrics/self_supervised.py
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
* Update pytorch_lightning/metrics/self_supervised.py
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
* suggestions
* changes to init
* move __all__
* fix imports
* Apply suggestions from code review
* assert typo
* change import
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Nicki Skafte <nugginea@gmail.com>
|
2020-09-11 12:11:50 +02:00 |
William Falcon
|
227959b3df
|
added emb similarity (#3349)
|
2020-09-04 09:45:21 -04:00 |