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
0fabcfca36
commit
b825599ec2
Binary file not shown.
@ -258,6 +258,9 @@ def decode_one_batch(
|
|||||||
|
|
||||||
logging.info(lattice)
|
logging.info(lattice)
|
||||||
|
|
||||||
|
if params.method == 'greedy-search':
|
||||||
|
logging.info(batch)
|
||||||
|
|
||||||
if params.method == "ctc-decoding":
|
if params.method == "ctc-decoding":
|
||||||
best_path = one_best_decoding(
|
best_path = one_best_decoding(
|
||||||
lattice=lattice, use_double_scores=params.use_double_scores
|
lattice=lattice, use_double_scores=params.use_double_scores
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user