From 0b5996bd3d0fcd5bb4698c7c4bfd676f52883284 Mon Sep 17 00:00:00 2001 From: yfy62 Date: Wed, 26 Apr 2023 17:40:10 +0800 Subject: [PATCH] Fix comments --- egs/gigaspeech/ASR/pruned_transducer_stateless2/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/gigaspeech/ASR/pruned_transducer_stateless2/train.py b/egs/gigaspeech/ASR/pruned_transducer_stateless2/train.py index 09a3b6a1b..6f9a85c2d 100755 --- a/egs/gigaspeech/ASR/pruned_transducer_stateless2/train.py +++ b/egs/gigaspeech/ASR/pruned_transducer_stateless2/train.py @@ -572,7 +572,7 @@ def compute_loss( warmup: float = 1.0, ) -> Tuple[Tensor, MetricsTracker]: """ - Compute CTC loss given the model and its inputs. + Compute transducer loss given the model and its inputs. Args: params: