diff --git a/egs/librispeech/ASR/transducer/rnn.py b/egs/librispeech/ASR/transducer/rnn.py index 92ef17dcc..8e695db50 100644 --- a/egs/librispeech/ASR/transducer/rnn.py +++ b/egs/librispeech/ASR/transducer/rnn.py @@ -165,7 +165,6 @@ class LayerNormLSTMCell(nn.Module): - `next_c`: It is of shape (batch_size, hidden_size) containing the next cell state for each element in the batch. """ - assert check_argument_types() if state is None: zeros = torch.zeros( input.size(0),