Skip to content

Commit

Permalink
Small doc changes before release (#585)
Browse files Browse the repository at this point in the history
Co-authored-by: Jirka <[email protected]>
Co-authored-by: Jirka Borovec <[email protected]>
Co-authored-by: Rohit Gupta <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
5 people authored Oct 27, 2021
1 parent 3534651 commit b2240e1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,14 +267,20 @@ We currently have implemented metrics within the following domains:
[SI_SDR](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#si-sdr),
[SI_SNR](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#si-snr),
[SNR](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#snr)
and [1 more](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#audio-metrics)
and [few more](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#audio-metrics)
)
- Classification (
[Accuracy](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#accuracy),
[F1](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#f1),
[AUROC](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#auroc)
and [19 more](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#classification-metrics)
)
- Information Retrieval (
[RetrievalMAP](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#retrievalmap),
[RetrievalMRR](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#retrievalmrr),
[RetrievalNormalizedDCG](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#retrievalnormalizeddcg)
and [few more](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#retrieval)
)
- Image (
[FID](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#fid),
[KID](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#kid),
Expand All @@ -285,22 +291,16 @@ We currently have implemented metrics within the following domains:
[ExplainedVariance](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#explainedvariance),
[PearsonCorrcoef](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#pearsoncorrcoef),
[R2Score](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#r2score)
and [7 more](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#regression-metrics)
)
- Information Retrieval (
[RetrievalMAP](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#retrievalmap),
[RetrievalMRR](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#retrievalmrr),
[RetrievalNormalizedDCG](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#retrievalnormalizeddcg)
and [3 more](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#retrieval)
and [few more](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#regression-metrics)
)
- Text (
[BleuScore](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#bleuscore),
[RougeScore](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#rougescore),
[WER](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#wer)
and [1 more](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#text)
and [few more](https://torchmetrics.readthedocs.io/en/latest/references/modules.html#text)
)

In total torchmetrics contains 50+ metrics!
In total torchmetrics contains 60+ metrics!

## Contribute!

Expand Down
7 changes: 7 additions & 0 deletions docs/source/references/functional.rst
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,13 @@ rouge_score [func]
~~~~~~~~~~~~~~~~~~

.. autofunction:: torchmetrics.functional.rouge_score
:noindex:

sacre_bleu_score [func]
~~~~~~~~~~~~~~~~~~~~~~~

.. autofunction:: torchmetrics.functional.sacre_bleu_score
:noindex:

wer [func]
~~~~~~~~~~
Expand Down
5 changes: 5 additions & 0 deletions docs/source/references/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,11 @@ ROUGEScore
.. autoclass:: torchmetrics.ROUGEScore
:noindex:

SacreBLEUScore
~~~~~~~~~~~~~~

.. autoclass:: torchmetrics.SacreBLEUScore
:noindex:

WER
~~~
Expand Down

0 comments on commit b2240e1

Please sign in to comment.