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