from local
This commit is contained in:
parent
b6bdc31dfc
commit
bd589b360a
Binary file not shown.
@ -356,8 +356,6 @@ def decode_one_batch(
|
|||||||
max_active_states=params.max_active_states,
|
max_active_states=params.max_active_states,
|
||||||
subsampling_factor=params.subsampling_factor,
|
subsampling_factor=params.subsampling_factor,
|
||||||
)
|
)
|
||||||
print(lattice)
|
|
||||||
exit()
|
|
||||||
|
|
||||||
if params.method == "ctc-decoding":
|
if params.method == "ctc-decoding":
|
||||||
best_path = one_best_decoding(
|
best_path = one_best_decoding(
|
||||||
|
|||||||
Reference in New Issue
Block a user