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