from local

This commit is contained in:
dohe0342 2023-01-08 18:49:07 +09:00
parent f7778dfb7e
commit 358667cddc
2 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ class Conformer(EncoderInterface):
warmup=warmup,
) # (T, N, C)
else:
x = self.encoder(
x, layer_outputs = self.encoder(
x,
pos_emb,
mask=None,