Fix comments

This commit is contained in:
yfy62 2023-04-26 17:40:10 +08:00
parent c6b4159dcc
commit 0b5996bd3d

View File

@ -572,7 +572,7 @@ def compute_loss(
warmup: float = 1.0, warmup: float = 1.0,
) -> Tuple[Tensor, MetricsTracker]: ) -> Tuple[Tensor, MetricsTracker]:
""" """
Compute CTC loss given the model and its inputs. Compute transducer loss given the model and its inputs.
Args: Args:
params: params: