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
9bf6c8b1ef
commit
5a3629759e
Binary file not shown.
Binary file not shown.
@ -454,8 +454,6 @@ class ConformerEncoder(nn.Module):
|
||||
outputs.append(output)
|
||||
|
||||
if i+1 in [3,6,9,12,15] and condition_layer is not None:
|
||||
exit()
|
||||
#TODO
|
||||
ctc_out = ctc_output(output, log_prob=False)
|
||||
output = output + condition_layer(ctc_out).transpose(0,1)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user