testrun for metrics
This commit is contained in:
parent
5d8f49d78e
commit
a417e226f3
|
|
@ -1,5 +1,5 @@
|
||||||
defaults:
|
defaults:
|
||||||
- model : Demucs
|
- model : WaveUnet
|
||||||
- dataset : Vctk
|
- dataset : Vctk
|
||||||
- optimizer : Adam
|
- optimizer : Adam
|
||||||
- hyperparameters : default
|
- hyperparameters : default
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ name : vctk
|
||||||
root_dir : /scratch/c.sistc3/DS_10283_2791
|
root_dir : /scratch/c.sistc3/DS_10283_2791
|
||||||
duration : 1.0
|
duration : 1.0
|
||||||
sampling_rate: 16000
|
sampling_rate: 16000
|
||||||
batch_size: 16
|
batch_size: 64
|
||||||
|
|
||||||
files:
|
files:
|
||||||
train_clean : clean_trainset_28spk_wav
|
train_clean : clean_trainset_28spk_wav
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
loss : mse
|
loss : mse
|
||||||
metric : mse
|
metric : [mse,pesq,stoi]
|
||||||
lr : 0.001
|
lr : 0.001
|
||||||
ReduceLr_patience : 10
|
ReduceLr_patience : 10
|
||||||
ReduceLr_factor : 0.1
|
ReduceLr_factor : 0.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue