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
f8137825d2
commit
0d4bef32be
Binary file not shown.
@ -455,6 +455,8 @@ class ConformerEncoder(nn.Module):
|
||||
|
||||
if i+1 in [3,6,9,12,15] and condition_layer is not None:
|
||||
ctc_out = ctc_output(output, log_prob=False)
|
||||
print(ctc_out.size())
|
||||
print(output.size())
|
||||
output = output + condition_layer(ctc_out)
|
||||
|
||||
#output = self.combiner(outputs)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user