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
519fd887de
commit
0a3eb2838d
Binary file not shown.
@ -144,6 +144,8 @@ class ResidualAdapterModule(nn.Module):
|
||||
) -> None:
|
||||
|
||||
super().__init__()
|
||||
|
||||
self.type = 'linear'
|
||||
|
||||
def build_adapter(embedding_dim, proj_dim, type_='linear'):
|
||||
if type_ == 'conv':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user