Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ioangatop committed Jan 22, 2024
1 parent d1d56ab commit 5bd0b2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/eva/models/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def _update_metrics(
) -> None:
"""Updates the metrics tracker with new data.
Here the `batch_outputs` keyword values will filtered based
Here the `batch_outputs` keyword values will be filtered based
on the signature of all individual metrics and passed only
to the compatible ones.
Expand Down Expand Up @@ -154,8 +154,8 @@ def _parse_metrics_inputs(
"""Parses the arguments for the metrics.
When pass to a metrics collection object, the keyword values
will filtered based on the signature of all individual metrics
and passed only to the compatible ones.
will be filtered based on the signature of all individual
metrics and passed only to the compatible ones.
Args:
batch_outputs: The outputs of the batch processing step.
Expand Down

0 comments on commit 5bd0b2c

Please sign in to comment.