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
8097f63449
commit
4e08b3113c
Binary file not shown.
Binary file not shown.
@ -185,7 +185,7 @@ class Conformer(Transformer):
|
||||
x = self.layer_norm(x)
|
||||
|
||||
if self.interctc:
|
||||
return layer_outputs, mask
|
||||
return (x, layer_outputs), mask
|
||||
else:
|
||||
return x, mask
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user