From 24ae0d3a63a9d695e552592c2027c9cd92edb630 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Thu, 2 Feb 2023 19:08:55 +0900 Subject: [PATCH] from local --- .../ASR/transformer_ctc/.decode.py.swp | Bin 53248 -> 53248 bytes egs/aishell/ASR/transformer_ctc/decode.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/aishell/ASR/transformer_ctc/.decode.py.swp b/egs/aishell/ASR/transformer_ctc/.decode.py.swp index e11d14c1cb50ceb94287744aa7b9506b84a4b4c8..6f6d7c4f6d639f5a7f5bad5fd57d20f396abd9b4 100644 GIT binary patch delta 195 zcmZozz}&EaSv1KY%+puFQqO<^2m}}yCUoCUKDANw{e0F!b_RxtlQ|bGuXpEWV2}jj zYg`Nrr+|0~5O)G`0T4$6u@?{<0QMD`*I*&#?G)=e_pi#`7^Hys zIu`@OX&_z-#9csK2*fc!>lI diff --git a/egs/aishell/ASR/transformer_ctc/decode.py b/egs/aishell/ASR/transformer_ctc/decode.py index 020010419..892888a84 100755 --- a/egs/aishell/ASR/transformer_ctc/decode.py +++ b/egs/aishell/ASR/transformer_ctc/decode.py @@ -451,7 +451,7 @@ def decode_dataset( results = defaultdict(list) for batch_idx, batch in enumerate(dl): - logging.info(f"decoding {batch_idx} th batch") + #logging.info(f"decoding {batch_idx} th batch") texts = batch["supervisions"]["text"] cut_ids = [cut.id for cut in batch["supervisions"]["cut"]] '''