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
8468e23874
commit
6bcdd98e46
Binary file not shown.
@ -882,7 +882,7 @@ class TransformerDecoder(nn.Module):
|
||||
if i in self.aux_layers:
|
||||
outputs.append(output)
|
||||
|
||||
#output = self.combiner(outputs)
|
||||
output = self.combiner(outputs)
|
||||
|
||||
return output
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user