from local

This commit is contained in:
dohe0342 2022-12-26 14:29:15 +09:00
parent 8ec0e6cba7
commit 756b8e30de
2 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ class TransformerEncoderAdapter(TransformerEncoder):
)
print(x.size())
x = self.adapters(x)
print(x.size())
if i >= min_layer:
layer_results.append((x, z, lr))