from local

This commit is contained in:
dohe0342 2023-02-25 18:20:03 +09:00
parent b49fa2e82e
commit 0b5398db0c
2 changed files with 0 additions and 3 deletions

View File

@ -192,9 +192,6 @@ class Conformer(Transformer):
ctc_output=self.ctc_output,
) # (S, N, C)
if 1:
return x, mask
if self.group_num > 0:
x = 0
if self.learnable_alpha: