rmv typo
This commit is contained in:
parent
2f85f48d69
commit
7e298b811f
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue