from local

This commit is contained in:
dohe0342 2023-01-03 20:36:19 +09:00
parent 4ac11b7715
commit fa5f3473f5
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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