Skip to content

Commit

Permalink
Merge pull request mravanelli#229 from sungyihsun/patch-1
Browse files Browse the repository at this point in the history
Update neural_networks.py
  • Loading branch information
TParcollet authored May 29, 2020
2 parents d41796e + 3567235 commit 8a17e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural_networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2054,7 +2054,7 @@ def forward(self, x):

return output

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

0 comments on commit 8a17e38

Please sign in to comment.