mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
740fd0ec85
commit
519fd887de
Binary file not shown.
Binary file not shown.
@ -158,7 +158,7 @@ class ResidualAdapterModule(nn.Module):
|
||||
)
|
||||
|
||||
self.adapter_layers = nn.ModuleList(
|
||||
[build_adapter(embedding_dim, proj_dim) for _ in range(layer_num)]
|
||||
[build_adapter(embedding_dim, proj_dim, type_='conv') for _ in range(layer_num)]
|
||||
)
|
||||
|
||||
def forward(self, x, layer_id=-1):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user