mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 10:02:22 +00:00
Whitespace fix
This commit is contained in:
parent
2eef001d39
commit
b7e84d5d77
@ -230,7 +230,7 @@ class ConformerEncoderLayer(nn.Module):
|
||||
src = src + self.dropout(self.conv_module(src))
|
||||
|
||||
# feed forward module
|
||||
src = src + self.dropout(self.feed_forward(src))
|
||||
src = src + self.dropout(self.feed_forward(src))
|
||||
|
||||
src = self.norm_final(self.balancer(src))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user