Update finetune_ctc.py

This commit is contained in:
Yifan Yang 2024-09-02 14:11:22 +08:00 committed by GitHub
parent 26b2a5703a
commit ef5cf0250d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1136,7 +1136,6 @@ def run(rank, world_size, args):
graph_compiler = CharCtcTrainingGraphCompiler(
lexicon=lexicon,
device=device,
delimiter="|",
)
params.blank_id = lexicon.token_table["<blk>"]