from local

This commit is contained in:
dohe0342 2023-01-03 16:57:49 +09:00
parent 0bc27320a1
commit b0df76a9fe
2 changed files with 1 additions and 1 deletions

View File

@ -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':