from local
This commit is contained in:
parent
d52e0c1250
commit
514fed70e0
Binary file not shown.
@ -186,7 +186,7 @@ class Conformer(EncoderInterface):
|
|||||||
num_left_chunks=self.num_left_chunks,
|
num_left_chunks=self.num_left_chunks,
|
||||||
device=x.device,
|
device=x.device,
|
||||||
)
|
)
|
||||||
x = self.encoder(
|
x, layer_output = self.encoder(
|
||||||
x,
|
x,
|
||||||
pos_emb,
|
pos_emb,
|
||||||
mask=mask,
|
mask=mask,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user