mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
9e42706de9
commit
cec98fd855
Binary file not shown.
@ -188,7 +188,7 @@ class Conformer(EncoderInterface):
|
|||||||
warmup=warmup,
|
warmup=warmup,
|
||||||
) # (T, N, C)
|
) # (T, N, C)
|
||||||
else:
|
else:
|
||||||
x, layer_output = self.encoder(
|
x = self.encoder(
|
||||||
x,
|
x,
|
||||||
pos_emb,
|
pos_emb,
|
||||||
src_key_padding_mask=src_key_padding_mask,
|
src_key_padding_mask=src_key_padding_mask,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user