From 33093c6f1bb36cc9b119599f93aca0f556532da6 Mon Sep 17 00:00:00 2001 From: Alexander Veysov Date: Tue, 14 Oct 2025 14:51:23 +0300 Subject: [PATCH] Update utils.py --- tuning/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tuning/utils.py b/tuning/utils.py index 46ee40c..5b6a97f 100644 --- a/tuning/utils.py +++ b/tuning/utils.py @@ -118,8 +118,6 @@ class SileroVadDataset(Dataset): assert len(gt) == len(wav) / self.num_samples - mask[gt == 0] - return wav, gt, mask def get_ground_truth_annotated(self, annotation, audio_length_samples):