From e73dd039a14b47643838899204475df88375a4f5 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Sat, 10 Dec 2022 12:49:10 +0900 Subject: [PATCH] from local --- icefall/.utils.py.swp | Bin 65536 -> 65536 bytes icefall/utils.py | 1 + 2 files changed, 1 insertion(+) diff --git a/icefall/.utils.py.swp b/icefall/.utils.py.swp index 4d362b1df33f9e876d391984877f2a683cee28a9..b8aeeea9086bc725226c15e7e84dfaf0207b1b2b 100644 GIT binary patch delta 81 zcmZo@U}FJeKi0_WERK( diff --git a/icefall/utils.py b/icefall/utils.py index 04482b8af..c9dec476c 100644 --- a/icefall/utils.py +++ b/icefall/utils.py @@ -200,6 +200,7 @@ def encode_supervisions( for supervision in supervisions['cut']: try: num_frames.append(supervision.tracks[0].cut.recording.num_samples) except: num_frames.append(supervision.recording.num_samples) + supervision_segments = torch.stack( ( supervisions["sequence_idx"],