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
f07709d3c1
commit
6a64b688f9
Binary file not shown.
@ -137,7 +137,7 @@ class Conformer(Transformer):
|
||||
|
||||
# Caution: We assume the subsampling factor is 4!
|
||||
|
||||
x = self.encoder(
|
||||
x, layer_outputs = self.encoder(
|
||||
x, pos_emb, src_key_padding_mask=mask, warmup=warmup
|
||||
) # (T, N, C)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user