from local

This commit is contained in:
dohe0342 2023-04-11 16:30:03 +09:00
parent 7c0ab11db7
commit 859c669f41
2 changed files with 0 additions and 1 deletions

View File

@ -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.