from local

This commit is contained in:
dohe0342 2023-02-02 19:12:07 +09:00
parent 0ebc59866a
commit cece0e955d
2 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ def decode_dataset(
for i, hyp in enumerate(hyps): for i, hyp in enumerate(hyps):
print('hyp = ', hyp) print('hyp = ', hyp)
print('ref = ', texts[i]) print('ref = ', texts[i].replace(' ', ''))
print('') print('')
''' '''