Skip to content

Commit

Permalink
Merge branch 'master' into docs/template
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Sep 21, 2023
2 parents dacfba0 + e265e1b commit 4bb03bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/labeling-config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
documentation:
- docs/**/*
- README.md

"topic: Audio":
- src/torchmetrics/audio/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"ignorePatterns": [
{
"pattern": "^https://github.com/Lightning-AI/torchmetrics/pull/.*"
},
{
"pattern": ".*https://dev.azure.com/Lightning-AI/Metrics/_apis/build/status.*"
}
],
"httpHeaders": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
check-md-links:
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
config-file: ".github/markdown.links.config.json"
config-file: ".github/markdown-links-config.json"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ You can use TorchMetrics with any PyTorch model or with [PyTorch Lightning](http

### Module metrics

The [module-based metrics](https://pytorchlightning.github.io/metrics/references/modules.html) contain internal metric states (similar to the parameters of the PyTorch module) that automate accumulation and synchronization across devices!
The [module-based metrics](https://torchmetrics.readthedocs.io/en/stable/references/metric.html) contain internal metric states (similar to the parameters of the PyTorch module) that automate accumulation and synchronization across devices!

- Automatic accumulation over multiple batches
- Automatic synchronization between multiple devices
Expand Down

0 comments on commit 4bb03bb

Please sign in to comment.