from local

This commit is contained in:
dohe0342 2023-02-14 13:51:04 +09:00
parent 8097f63449
commit 4e08b3113c
3 changed files with 1 additions and 1 deletions

View File

@ -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