from local
This commit is contained in:
parent
8ec0e6cba7
commit
756b8e30de
Binary file not shown.
@ -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))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user