from local

This commit is contained in:
dohe0342 2023-02-25 14:48:04 +09:00
parent 024a8aa5d9
commit b6bdc31dfc
3 changed files with 2 additions and 0 deletions

View File

@ -356,6 +356,8 @@ def decode_one_batch(
max_active_states=params.max_active_states,
subsampling_factor=params.subsampling_factor,
)
print(lattice)
exit()
if params.method == "ctc-decoding":
best_path = one_best_decoding(

Binary file not shown.