mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 18:24:18 +00:00
Minor fixes.
This commit is contained in:
parent
8df3220cb7
commit
e62fe73104
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user