from local
This commit is contained in:
parent
7c0ab11db7
commit
859c669f41
Binary file not shown.
@ -808,7 +808,6 @@ def compute_loss(
|
|||||||
batch: dict,
|
batch: dict,
|
||||||
is_training: bool,
|
is_training: bool,
|
||||||
decode: bool = False,
|
decode: bool = False,
|
||||||
prompt=None,
|
|
||||||
) -> Tuple[Tensor, MetricsTracker]:
|
) -> Tuple[Tensor, MetricsTracker]:
|
||||||
"""
|
"""
|
||||||
Compute transducer loss given the model and its inputs.
|
Compute transducer loss given the model and its inputs.
|
||||||
|
|||||||
Reference in New Issue
Block a user