from local

This commit is contained in:
dohe0342 2023-01-03 17:52:28 +09:00
parent 935e1d27a8
commit 05c63bbd98
3 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,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':