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
5f3d4fc696
commit
b49fa2e82e
Binary file not shown.
@ -192,6 +192,9 @@ class Conformer(Transformer):
|
|||||||
ctc_output=self.ctc_output,
|
ctc_output=self.ctc_output,
|
||||||
) # (S, N, C)
|
) # (S, N, C)
|
||||||
|
|
||||||
|
if 1:
|
||||||
|
return x, mask
|
||||||
|
|
||||||
if self.group_num > 0:
|
if self.group_num > 0:
|
||||||
x = 0
|
x = 0
|
||||||
if self.learnable_alpha:
|
if self.learnable_alpha:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user