from local
This commit is contained in:
parent
024a8aa5d9
commit
b6bdc31dfc
Binary file not shown.
@ -356,6 +356,8 @@ 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(
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user