mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-27 02:34:21 +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_c`: It is of shape (batch_size, hidden_size) containing the
|
||||||
next cell state for each element in the batch.
|
next cell state for each element in the batch.
|
||||||
"""
|
"""
|
||||||
assert check_argument_types()
|
|
||||||
if state is None:
|
if state is None:
|
||||||
zeros = torch.zeros(
|
zeros = torch.zeros(
|
||||||
input.size(0),
|
input.size(0),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user