from local
This commit is contained in:
parent
807139dfad
commit
b4e6fdb4be
Binary file not shown.
@ -197,8 +197,6 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user