from local

This commit is contained in:
dohe0342 2022-12-26 14:31:38 +09:00
parent 5980eae3ee
commit 24b6d69be3
2 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class TransformerEncoderAdapter(TransformerEncoder):
x, self_attn_padding_mask=padding_mask, need_weights=False,
)
print(x.size())
x = self.adapters(x)
x_ = self.adapters(x)
print(x.size())
if i >= min_layer: