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
c52b816fab
commit
3fa5cf942c
Binary file not shown.
@ -188,7 +188,7 @@ class Conformer(EncoderInterface):
|
||||
warmup=warmup,
|
||||
) # (T, N, C)
|
||||
else:
|
||||
x, layer_output = self.encoder(
|
||||
x = self.encoder(
|
||||
x,
|
||||
pos_emb,
|
||||
src_key_padding_mask=src_key_padding_mask,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user