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
f13cf45283
commit
a0d62ce58d
Binary file not shown.
Binary file not shown.
@ -321,6 +321,8 @@ def decode_one_batch(
|
||||
nnet_output, memory, memory_key_padding_mask = model(feature, supervisions)
|
||||
if type(nnet_output) == tuple:
|
||||
nnet_output = nnet_output[0]
|
||||
print(type(nnet_output))
|
||||
exit()
|
||||
# nnet_output is (N, T, C)
|
||||
|
||||
supervision_segments = torch.stack(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user