config
This commit is contained in:
parent
d522dc4233
commit
07eb1d53ef
|
|
@ -1,6 +1,6 @@
|
||||||
defaults:
|
defaults:
|
||||||
- model : DCCRN
|
- model : Demucs
|
||||||
- dataset : Vctk
|
- dataset : DNS-2020
|
||||||
- optimizer : Adam
|
- optimizer : Adam
|
||||||
- hyperparameters : default
|
- hyperparameters : default
|
||||||
- trainer : default
|
- trainer : default
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
loss : si-snr
|
loss : mae
|
||||||
metric : [stoi,pesq]
|
metric : [stoi,pesq]
|
||||||
lr : 0.001
|
lr : 0.0003
|
||||||
ReduceLr_patience : 10
|
ReduceLr_patience : 10
|
||||||
Early_stop : False
|
Early_stop : False
|
||||||
ReduceLr_factor : 0.5
|
ReduceLr_factor : 0.5
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
experiment_name : shahules/enhancer
|
experiment_name : shahules/enhancer
|
||||||
run_name : DCCRN-VCTK
|
run_name : Demucs-DNS
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ limit_test_batches: 1.0
|
||||||
limit_train_batches: 1.0
|
limit_train_batches: 1.0
|
||||||
limit_val_batches: 1.0
|
limit_val_batches: 1.0
|
||||||
log_every_n_steps: 50
|
log_every_n_steps: 50
|
||||||
max_epochs: 100
|
max_epochs: 150
|
||||||
max_steps: -1
|
max_steps: -1
|
||||||
max_time: null
|
max_time: null
|
||||||
min_epochs: 1
|
min_epochs: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue