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
0ebc59866a
commit
cece0e955d
Binary file not shown.
@ -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('')
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user