Skip to content

Commit 8a17e38

Browse files
author
Parcollet Titouan
authored
Merge pull request #229 from sungyihsun/patch-1
Update neural_networks.py
2 parents d41796e + 3567235 commit 8a17e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neural_networks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2054,7 +2054,7 @@ def forward(self, x):
20542054

20552055
return output
20562056

2057-
class FusionLinearConv(Module):
2057+
class FusionLinearConv(nn.Module):
20582058
r"""Applies a FusionLayer as described in:
20592059
'FusionRNN: Shared Neural Parameters for
20602060
Multi-Channel Distant Speech Recognition', Titouan P. et Al.

0 commit comments

Comments
 (0)