Update model.py

This commit is contained in:
Mingshuang Luo 2021-11-10 11:46:37 +08:00
parent 917e4868d6
commit d29f53c099

View File

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