diff --git a/egs/librispeech/ASR/conformer_ctc2/.train.py.swp b/egs/librispeech/ASR/conformer_ctc2/.train.py.swp index 996369699..03759765b 100644 Binary files a/egs/librispeech/ASR/conformer_ctc2/.train.py.swp and b/egs/librispeech/ASR/conformer_ctc2/.train.py.swp differ diff --git a/egs/librispeech/ASR/conformer_ctc2/train.py b/egs/librispeech/ASR/conformer_ctc2/train.py index 432051d48..99637a0b5 100755 --- a/egs/librispeech/ASR/conformer_ctc2/train.py +++ b/egs/librispeech/ASR/conformer_ctc2/train.py @@ -684,8 +684,8 @@ def train_one_epoch( params.batch_idx_train += 1 batch_size = len(batch["supervisions"]["text"]) - print(batch["supervisions"]) - batch_name = batch["supervisions"]["uttid"] + #print(batch["supervisions"]) + batch_name = batch["supervisions"]["id"] with torch.cuda.amp.autocast(enabled=params.use_fp16): loss, loss_info = compute_loss(