from local

This commit is contained in:
dohe0342 2023-01-03 17:41:58 +09:00
parent b7c121b400
commit 07095d9fe1
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':