Machine learning metrics for distributed, scalable PyTorch applications.
Перейти к файлу
Jirka Borovec 4ed7edf472 take over Apache-2.0 2021-02-24 12:05:16 +01:00
.github drop PL dependency (#13) 2021-02-24 10:41:22 +00:00
docs drop PL dependency (#13) 2021-02-24 10:41:22 +00:00
tests drop PL dependency (#13) 2021-02-24 10:41:22 +00:00
torchmetrics take over Apache-2.0 2021-02-24 12:05:16 +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 take over Apache-2.0 2021-02-24 12:05:16 +01:00
LICENSE take over Apache-2.0 2021-02-24 12:05:16 +01:00
MANIFEST.in add makefile 2021-02-22 15:56:18 +01:00
Makefile add makefile 2021-02-22 15:56:18 +01:00
README.md pypi 2021-01-04 22:46:03 +01:00
pyproject.toml mypy 2021-02-22 10:43:07 +01:00
requirements.txt drop PL dependency (#13) 2021-02-24 10:41:22 +00:00
setup.cfg Refactor utilities (#14) 2021-02-24 00:16:46 +00:00
setup.py Docs: general update (#10) 2021-02-23 17:03:00 +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