mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Reduce bottleneck dim fo SEModule from 16 to 8.
This commit is contained in:
parent
97a1dd40cf
commit
11cb30bf49
@ -1434,7 +1434,7 @@ class ModifiedSEModule(nn.Module):
|
||||
"""
|
||||
def __init__(self,
|
||||
d_model: int,
|
||||
bottleneck_dim: int = 16):
|
||||
bottleneck_dim: int = 8):
|
||||
super().__init__()
|
||||
self.squeeze_proj = nn.Linear(d_model, d_model,
|
||||
bias=False)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user