dns 2020
This commit is contained in:
parent
6e0f69f575
commit
8bbd1abf2f
|
|
@ -1,11 +1,11 @@
|
|||
_target_: enhancer.data.dataset.EnhancerDataset
|
||||
root_dir : /Users/shahules/Myprojects/enhancer/datasets/vctk_test
|
||||
root_dir : /scratch/c.sistc3/MS-SNSD/DNS10
|
||||
name : dns-2020
|
||||
duration : 1.0
|
||||
sampling_rate: 8000
|
||||
batch_size: 32
|
||||
duration : 5.0
|
||||
sampling_rate: 16000
|
||||
batch_size: 64
|
||||
files:
|
||||
train_clean : clean_test_wav
|
||||
test_clean : clean_test_wav
|
||||
train_noisy : clean_test_wav
|
||||
test_noisy : clean_test_wav
|
||||
train_clean : Clean_training
|
||||
test_clean : Clean_testing
|
||||
train_noisy : Noisy_training
|
||||
test_noisy : Noisy_testing
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ limit_test_batches: 1.0
|
|||
limit_train_batches: 1.0
|
||||
limit_val_batches: 1.0
|
||||
log_every_n_steps: 100
|
||||
max_epochs: 250
|
||||
max_epochs: 100
|
||||
max_time: null
|
||||
min_epochs: 1
|
||||
min_steps: null
|
||||
|
|
|
|||
Loading…
Reference in New Issue