Update utils.py

This commit is contained in:
Alexander Veysov
2025-10-14 14:51:23 +03:00
committed by GitHub
parent dc0b62e1e4
commit 33093c6f1b

View File

@@ -118,8 +118,6 @@ class SileroVadDataset(Dataset):
assert len(gt) == len(wav) / self.num_samples assert len(gt) == len(wav) / self.num_samples
mask[gt == 0]
return wav, gt, mask return wav, gt, mask
def get_ground_truth_annotated(self, annotation, audio_length_samples): def get_ground_truth_annotated(self, annotation, audio_length_samples):