from local

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

View File

@ -321,8 +321,6 @@ 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(