diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train.py.swp index 127f4e1e5..d65887c1b 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py index 7d62876a8..5472d6c59 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py @@ -676,6 +676,9 @@ def compute_loss( feature = feature.to(device) supervisions = batch["supervisions"] + + logging.info(supervisions["start_frame"]) + logging.info(supervisions["num_frames"]) if feature.ndim == 2: feature_lens = [] for supervision in supervisions['cut']: diff --git a/icefall/.utils.py.swp b/icefall/.utils.py.swp index 02d4a7a80..1fec89753 100644 Binary files a/icefall/.utils.py.swp and b/icefall/.utils.py.swp differ