run 100 epochs
This commit is contained in:
parent
94a4ea38ed
commit
8a55a77640
|
|
@ -4,7 +4,7 @@ root_dir : /scratch/c.sistc3/DS_10283_2791
|
||||||
duration : 1.0
|
duration : 1.0
|
||||||
sampling_rate: 16000
|
sampling_rate: 16000
|
||||||
batch_size: 128
|
batch_size: 128
|
||||||
valid_size : 0.1
|
valid_size : 0.05
|
||||||
|
|
||||||
files:
|
files:
|
||||||
train_clean : clean_trainset_28spk_wav
|
train_clean : clean_trainset_28spk_wav
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
loss : mse
|
loss : mse
|
||||||
metric : [mse,stoi,pesq]
|
metric : [stoi,pesq,si-sdr]
|
||||||
lr : 0.001
|
lr : 0.001
|
||||||
ReduceLr_patience : 5
|
ReduceLr_patience : 5
|
||||||
ReduceLr_factor : 0.1
|
ReduceLr_factor : 0.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue