DEMUCS w/o stride
This commit is contained in:
parent
03d0dc57fc
commit
cdffe5c485
|
|
@ -1,9 +1,9 @@
|
||||||
_target_: enhancer.data.dataset.EnhancerDataset
|
_target_: enhancer.data.dataset.EnhancerDataset
|
||||||
name : vctk
|
name : vctk
|
||||||
root_dir : /scratch/c.sistc3/DS_10283_2791
|
root_dir : /scratch/c.sistc3/DS_10283_2791
|
||||||
duration : 2
|
duration : 4.5
|
||||||
sampling_rate: 16000
|
sampling_rate: 16000
|
||||||
batch_size: 128
|
batch_size: 32
|
||||||
valid_minutes : 15
|
valid_minutes : 15
|
||||||
files:
|
files:
|
||||||
train_clean : clean_trainset_28spk_wav
|
train_clean : clean_trainset_28spk_wav
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
loss : mse
|
loss : mse
|
||||||
metric : [stoi,pesq,si-sdr]
|
metric : [stoi,pesq,si-sdr]
|
||||||
lr : 0.001
|
lr : 0.0001
|
||||||
ReduceLr_patience : 10
|
ReduceLr_patience : 5
|
||||||
ReduceLr_factor : 0.5
|
ReduceLr_factor : 0.2
|
||||||
min_lr : 0.000001
|
min_lr : 0.000001
|
||||||
EarlyStopping_factor : 10
|
EarlyStopping_factor : 10
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue