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
d18563ba6b
commit
63b77c600c
Binary file not shown.
@ -145,7 +145,7 @@ class ResidualAdapterModule(nn.Module):
|
||||
|
||||
super().__init__()
|
||||
|
||||
def build_adapter(embedding_dim, proj_dim, type_='conv'):
|
||||
def build_adapter(embedding_dim, proj_dim, type_='linear'):
|
||||
if type_ == 'conv':
|
||||
return ConvolutionModule(768, 31)
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user