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
4f0df83455
commit
8f1fdada00
Binary file not shown.
Binary file not shown.
@ -701,10 +701,10 @@ class ConformerEncoder(nn.Module):
|
|||||||
src_key_padding_mask=src_key_padding_mask,
|
src_key_padding_mask=src_key_padding_mask,
|
||||||
warmup=warmup,
|
warmup=warmup,
|
||||||
)
|
)
|
||||||
if i in self.aux_layers:
|
#if i in self.aux_layers:
|
||||||
outputs.append(output)
|
# outputs.append(output)
|
||||||
|
|
||||||
output = self.combiner(outputs)
|
#output = self.combiner(outputs)
|
||||||
|
|
||||||
return output
|
return output
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user