Skip to content

Commit

Permalink
Mod: Update docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Jul 20, 2023
1 parent bc87b03 commit 57dd7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aac_metrics/functional/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def dcase2023_evaluate(
device: Union[str, torch.device, None] = "auto",
verbose: int = 0,
) -> tuple[dict[str, Tensor], dict[str, Tensor]]:
"""Evaluate candidates with multiple references with all Audio Captioning metrics.
"""Evaluate candidates with multiple references with the DCASE2023 Audio Captioning metrics.
:param candidates: The list of sentences to evaluate.
:param mult_references: The list of list of sentences used as target.
Expand Down

0 comments on commit 57dd7e9

Please sign in to comment.