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
e97bb032bb
commit
88f0e738b9
Binary file not shown.
@ -197,6 +197,8 @@ class Conformer(EncoderInterface):
|
|||||||
|
|
||||||
x = x.permute(1, 0, 2) # (T, N, C) ->(N, T, C)
|
x = x.permute(1, 0, 2) # (T, N, C) ->(N, T, C)
|
||||||
|
|
||||||
|
layer_output = [x.permute(1, 0, 2) for x in layer_output]
|
||||||
|
|
||||||
return x, lengths
|
return x, lengths
|
||||||
|
|
||||||
@torch.jit.export
|
@torch.jit.export
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user