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