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
6234335768
commit
330566a657
Binary file not shown.
@ -163,6 +163,7 @@ class ResidualAdapterModule(nn.Module):
|
||||
x = residual + x
|
||||
print(x.size())
|
||||
x = x.transpose(0, 1)
|
||||
print(x.size())
|
||||
return x
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user