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
6bcdd98e46
commit
5676e4b756
Binary file not shown.
@ -883,6 +883,7 @@ class TransformerDecoder(nn.Module):
|
|||||||
outputs.append(output)
|
outputs.append(output)
|
||||||
|
|
||||||
output = self.combiner(outputs)
|
output = self.combiner(outputs)
|
||||||
|
print(output.size())
|
||||||
|
|
||||||
return output
|
return output
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user