mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
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