config
This commit is contained in:
parent
07eb1d53ef
commit
75aa54b9d7
|
|
@ -1,5 +1,5 @@
|
||||||
defaults:
|
defaults:
|
||||||
- model : Demucs
|
- model : DCCRN
|
||||||
- dataset : DNS-2020
|
- dataset : DNS-2020
|
||||||
- optimizer : Adam
|
- optimizer : Adam
|
||||||
- hyperparameters : default
|
- hyperparameters : default
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
_target_: enhancer.data.dataset.EnhancerDataset
|
_target_: enhancer.data.dataset.EnhancerDataset
|
||||||
root_dir : /scratch/c.sistc3/MS-SNSD/DNS30
|
root_dir : /scratch/c.sistc3/MS-SNSD/DNS15
|
||||||
name : dns-2020
|
name : dns-2020
|
||||||
duration : 5.0
|
duration : 2
|
||||||
stride : 1
|
|
||||||
sampling_rate: 16000
|
sampling_rate: 16000
|
||||||
batch_size: 32
|
batch_size: 32
|
||||||
min_valid_minutes: 25.0
|
min_valid_minutes: 25.0
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
loss : mae
|
loss : si-snr
|
||||||
metric : [stoi,pesq]
|
metric : [stoi,pesq]
|
||||||
lr : 0.0003
|
lr : 0.001
|
||||||
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 : Demucs-DNS
|
run_name : DCCRN-DNS-15
|
||||||
|
|
|
||||||
|
|
@ -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: 150
|
max_epochs: 100
|
||||||
max_steps: -1
|
max_steps: -1
|
||||||
max_time: null
|
max_time: null
|
||||||
min_epochs: 1
|
min_epochs: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue