mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 17:42:21 +00:00
fix typos (#409)
This commit is contained in:
parent
5079d99ee2
commit
8512aaf585
@ -456,7 +456,7 @@ def compute_loss(
|
||||
is_training: bool,
|
||||
) -> Tuple[Tensor, MetricsTracker]:
|
||||
"""
|
||||
Compute CTC loss given the model and its inputs.
|
||||
Compute RNN-T loss given the model and its inputs.
|
||||
|
||||
Args:
|
||||
params:
|
||||
|
@ -510,7 +510,7 @@ def compute_loss(
|
||||
warmup: float = 1.0,
|
||||
) -> Tuple[Tensor, MetricsTracker]:
|
||||
"""
|
||||
Compute CTC loss given the model and its inputs.
|
||||
Compute RNN-T loss given the model and its inputs.
|
||||
|
||||
Args:
|
||||
params:
|
||||
|
@ -546,7 +546,7 @@ def compute_loss(
|
||||
warmup: float = 1.0,
|
||||
) -> Tuple[Tensor, MetricsTracker]:
|
||||
"""
|
||||
Compute CTC loss given the model and its inputs.
|
||||
Compute RNN-T loss given the model and its inputs.
|
||||
|
||||
Args:
|
||||
params:
|
||||
|
@ -536,7 +536,7 @@ def compute_loss(
|
||||
warmup: float = 1.0,
|
||||
) -> Tuple[Tensor, MetricsTracker]:
|
||||
"""
|
||||
Compute CTC loss given the model and its inputs.
|
||||
Compute RNN-T loss given the model and its inputs.
|
||||
|
||||
Args:
|
||||
params:
|
||||
|
@ -577,7 +577,7 @@ def compute_loss(
|
||||
warmup: float = 1.0,
|
||||
) -> Tuple[Tensor, MetricsTracker]:
|
||||
"""
|
||||
Compute CTC loss given the model and its inputs.
|
||||
Compute RNN-T loss given the model and its inputs.
|
||||
|
||||
Args:
|
||||
params:
|
||||
|
@ -580,7 +580,7 @@ def compute_loss(
|
||||
warmup: float = 1.0,
|
||||
) -> Tuple[Tensor, MetricsTracker]:
|
||||
"""
|
||||
Compute CTC loss given the model and its inputs.
|
||||
Compute RNN-T loss given the model and its inputs.
|
||||
|
||||
Args:
|
||||
params:
|
||||
|
@ -360,7 +360,7 @@ def compute_loss(
|
||||
is_training: bool,
|
||||
) -> Tuple[Tensor, MetricsTracker]:
|
||||
"""
|
||||
Compute CTC loss given the model and its inputs.
|
||||
Compute RNN-T loss given the model and its inputs.
|
||||
|
||||
Args:
|
||||
params:
|
||||
|
@ -364,7 +364,7 @@ def compute_loss(
|
||||
is_training: bool,
|
||||
) -> Tuple[Tensor, MetricsTracker]:
|
||||
"""
|
||||
Compute CTC loss given the model and its inputs.
|
||||
Compute RNN-T loss given the model and its inputs.
|
||||
|
||||
Args:
|
||||
params:
|
||||
|
@ -381,7 +381,7 @@ def compute_loss(
|
||||
is_training: bool,
|
||||
) -> Tuple[Tensor, MetricsTracker]:
|
||||
"""
|
||||
Compute CTC loss given the model and its inputs.
|
||||
Compute RNN-T loss given the model and its inputs.
|
||||
|
||||
Args:
|
||||
params:
|
||||
|
@ -370,7 +370,7 @@ def compute_loss(
|
||||
is_training: bool,
|
||||
) -> Tuple[Tensor, MetricsTracker]:
|
||||
"""
|
||||
Compute CTC loss given the model and its inputs.
|
||||
Compute RNN-T loss given the model and its inputs.
|
||||
|
||||
Args:
|
||||
params:
|
||||
|
@ -425,7 +425,7 @@ def compute_loss(
|
||||
is_training: bool,
|
||||
) -> Tuple[Tensor, MetricsTracker]:
|
||||
"""
|
||||
Compute CTC loss given the model and its inputs.
|
||||
Compute RNN-T loss given the model and its inputs.
|
||||
|
||||
Args:
|
||||
params:
|
||||
|
Loading…
x
Reference in New Issue
Block a user