from local

This commit is contained in:
dohe0342 2023-02-25 14:59:28 +09:00
parent e006c770a3
commit b565274274
2 changed files with 2 additions and 0 deletions

View File

@ -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(
(