From ef5cf0250d437884eece93ec12ca596935af782f Mon Sep 17 00:00:00 2001 From: Yifan Yang <64255737+yfyeung@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:11:22 +0800 Subject: [PATCH] Update finetune_ctc.py --- egs/librispeech/SSL/zipformer_ctc/finetune_ctc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/egs/librispeech/SSL/zipformer_ctc/finetune_ctc.py b/egs/librispeech/SSL/zipformer_ctc/finetune_ctc.py index e35fad39a..d5dd8d71f 100755 --- a/egs/librispeech/SSL/zipformer_ctc/finetune_ctc.py +++ b/egs/librispeech/SSL/zipformer_ctc/finetune_ctc.py @@ -1136,7 +1136,6 @@ def run(rank, world_size, args): graph_compiler = CharCtcTrainingGraphCompiler( lexicon=lexicon, device=device, - delimiter="|", ) params.blank_id = lexicon.token_table[""]