from local

This commit is contained in:
dohe0342 2023-01-03 22:27:46 +09:00
parent fdba1cb6ca
commit 815914d540
2 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class ResidualAdapterModule(nn.Module):
super().__init__()
self.type = 'conv'
self.type = 'linear'
def build_adapter(embedding_dim, proj_dim, type_=self.type):
if type_ == 'conv':