tests
This commit is contained in:
parent
d9b817f650
commit
003bab91f9
|
|
@ -15,7 +15,9 @@ def vctk_dataset():
|
||||||
test_clean="clean_testset_wav",
|
test_clean="clean_testset_wav",
|
||||||
test_noisy="noisy_testset_wav",
|
test_noisy="noisy_testset_wav",
|
||||||
)
|
)
|
||||||
dataset = MayaDataset(name="vctk", root_dir=root_dir, files=files)
|
dataset = MayaDataset(
|
||||||
|
name="vctk", root_dir=root_dir, files=files, sampling_rate=16000
|
||||||
|
)
|
||||||
return dataset
|
return dataset
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,9 @@ def vctk_dataset():
|
||||||
test_clean="clean_testset_wav",
|
test_clean="clean_testset_wav",
|
||||||
test_noisy="noisy_testset_wav",
|
test_noisy="noisy_testset_wav",
|
||||||
)
|
)
|
||||||
dataset = MayaDataset(name="vctk", root_dir=root_dir, files=files)
|
dataset = MayaDataset(
|
||||||
|
name="vctk", root_dir=root_dir, files=files, sampling_rate=16000
|
||||||
|
)
|
||||||
return dataset
|
return dataset
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,9 @@ def vctk_dataset():
|
||||||
test_clean="clean_testset_wav",
|
test_clean="clean_testset_wav",
|
||||||
test_noisy="noisy_testset_wav",
|
test_noisy="noisy_testset_wav",
|
||||||
)
|
)
|
||||||
dataset = MayaDataset(name="vctk", root_dir=root_dir, files=files)
|
dataset = MayaDataset(
|
||||||
|
name="vctk", root_dir=root_dir, files=files, sampling_rate=16000
|
||||||
|
)
|
||||||
return dataset
|
return dataset
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue