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