mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Bug fix, remove 2nd activation in a row
This commit is contained in:
parent
534eca4bf3
commit
0614f65428
@ -1649,7 +1649,6 @@ class SqueezeExcite1d(nn.Module):
|
||||
|
||||
bottleneck = self.to_bottleneck_proj(bottleneck)
|
||||
bottleneck = self.bottleneck_activation(bottleneck)
|
||||
bottleneck = self.bottleneck_activation(bottleneck)
|
||||
scale = self.from_bottleneck_proj(bottleneck)
|
||||
scale = self.balancer(scale)
|
||||
scale = self.activation(scale)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user