635d9d8b7b
* 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) |
||
---|---|---|
.github | ||
docs | ||
pytorch_lightning/metrics | ||
tests | ||
torchmetrics | ||
.codecov.yml | ||
.gitignore | ||
.mergify.yml | ||
.pep8speaks.yml | ||
.readthedocs.yml | ||
CHANGELOG.md | ||
LICENSE | ||
MANIFEST.in | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
setup.py |
README.md
TorchMetrics
This is starter project which shall simplify initial steps for each new PL project...
* 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
- We are using Napoleon style and we shall use static types...
- It is nice to se doctest as they are also generated as examples in documentation
- For wider and edge cases testing use pytest parametrization :]