mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-12 11:32:19 +00:00
Update finetune_ctc.py
This commit is contained in:
parent
26b2a5703a
commit
ef5cf0250d
@ -1136,7 +1136,6 @@ def run(rank, world_size, args):
|
|||||||
graph_compiler = CharCtcTrainingGraphCompiler(
|
graph_compiler = CharCtcTrainingGraphCompiler(
|
||||||
lexicon=lexicon,
|
lexicon=lexicon,
|
||||||
device=device,
|
device=device,
|
||||||
delimiter="|",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
params.blank_id = lexicon.token_table["<blk>"]
|
params.blank_id = lexicon.token_table["<blk>"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user