This commit is contained in:
shahules786 2022-11-02 17:57:44 +05:30
parent 2f85f48d69
commit 7e298b811f
1 changed files with 0 additions and 1 deletions

View File

@ -350,7 +350,6 @@ class EnhancerDataset(TaskDataset):
self.duration * self.sampling_rate - clean_segment.shape[-1] self.duration * self.sampling_rate - clean_segment.shape[-1]
), ),
), ),
mode=self.padding_mode,
) )
noisy_segment = F.pad( noisy_segment = F.pad(
noisy_segment, noisy_segment,