from local

This commit is contained in:
dohe0342 2023-02-02 18:42:50 +09:00
parent dbfc3953f3
commit 31caba7ca5
2 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ def decode_one_batch(
''' '''
if params.method == 'greedy-search' or params.method == 'ctc-decoding': if params.method == 'greedy-search' or params.method == 'ctc-decoding':
print(batch) print(nnet_output.size())
exit() exit()
if params.method == "ctc-decoding": if params.method == "ctc-decoding":