from local

This commit is contained in:
dohe0342 2023-01-03 19:43:46 +09:00
parent 99d0612de0
commit 8d002e99db
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__()
self.type = 'conv'
self.type = 'linear'
def build_adapter(embedding_dim, proj_dim, type_=self.type):
if type_ == 'conv':