From d29f53c0994702717e10b00c885c4b82908e7812 Mon Sep 17 00:00:00 2001 From: Mingshuang Luo <37799481+luomingshuang@users.noreply.github.com> Date: Wed, 10 Nov 2021 11:46:37 +0800 Subject: [PATCH] Update model.py --- egs/timit/ASR/tdnn_ligru_ctc/model.py | 1 - 1 file changed, 1 deletion(-) 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: