Machine learning metrics for distributed, scalable PyTorch applications.
Перейти к файлу
manipopopo 635d9d8b7b Fix Metric.state_dict (PL^5614)
* Fix Metric.state_dict

* Update CHANGELOG.md

* Update CHANGELOG.md

* Detach tensors in a list if needed

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

(cherry picked from commit c3df5122e71d497982b6764bbe51c22a26aa4fef)
(cherry picked from commit 7b0c79a7920403cc543a4a79b6efa0cca0508434)
2021-02-22 01:24:21 +01:00
.github pypi 2021-01-04 22:46:03 +01:00
docs badges 2021-01-04 22:39:44 +01:00
pytorch_lightning/metrics Fix Metric.state_dict (PL^5614) 2021-02-22 01:24:21 +01:00
tests Fix Metric.state_dict (PL^5614) 2021-02-22 01:24:21 +01:00
torchmetrics pypi 2021-01-04 22:46:03 +01:00
.codecov.yml Initial commit 2020-12-22 21:02:46 +01:00
.gitignore Initial commit 2020-12-22 21:02:46 +01:00
.mergify.yml Initial commit 2020-12-22 21:02:46 +01:00
.pep8speaks.yml Initial commit 2020-12-22 21:02:46 +01:00
.readthedocs.yml Initial commit 2020-12-22 21:02:46 +01:00
CHANGELOG.md Initial commit 2020-12-22 21:02:46 +01:00
LICENSE Initial commit 2020-12-22 21:02:46 +01:00
MANIFEST.in rename pkg 2021-01-04 22:33:06 +01:00
README.md pypi 2021-01-04 22:46:03 +01:00
requirements.txt Initial commit 2020-12-22 21:02:46 +01:00
setup.cfg rename pkg 2021-01-04 22:33:06 +01:00
setup.py set torchmetrics 2020-12-22 21:23:55 +01:00

README.md

TorchMetrics

This is starter project which shall simplify initial steps for each new PL project...

CI testing Check Code formatting Documentation Status

* the Read-The-Docs is failing as this one leads to the public domain which requires the repo to be public too

To be Done

You still need to enable some external integrations such as:

  • in GH setting lock the master breach - no direct push without PR
  • init Read-The-Docs (add this new project)
  • specify license in LICENSE file and package init

Tests / Docs notes