diff --git a/egs/timit/ASR/tdnn_ligru_ctc/model.py b/egs/timit/ASR/tdnn_ligru_ctc/model.py index 64420225b..4d2199ace 100644 --- a/egs/timit/ASR/tdnn_ligru_ctc/model.py +++ b/egs/timit/ASR/tdnn_ligru_ctc/model.py @@ -128,7 +128,6 @@ class LiGRU(torch.nn.Module): This LiGRU model is from speechbrain, please see https://github.com/speechbrain/speechbrain/blob/develop/speechbrain/nnet/RNN.py - LiGRU is single-gate GRU model based on batch-norm + relu activations + recurrent dropout. For more info see: