from local

This commit is contained in:
dohe0342 2023-01-04 19:35:34 +09:00
parent d52e0c1250
commit 514fed70e0
2 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class Conformer(EncoderInterface):
num_left_chunks=self.num_left_chunks,
device=x.device,
)
x = self.encoder(
x, layer_output = self.encoder(
x,
pos_emb,
mask=mask,