Demus + DNS
This commit is contained in:
parent
f492e44e6b
commit
4cfe7a2463
|
|
@ -1,6 +1,6 @@
|
||||||
defaults:
|
defaults:
|
||||||
- model : Demucs
|
- model : Demucs
|
||||||
- dataset : Vctk
|
- dataset : DNS-2020
|
||||||
- optimizer : Adam
|
- optimizer : Adam
|
||||||
- hyperparameters : default
|
- hyperparameters : default
|
||||||
- trainer : default
|
- trainer : default
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,9 @@ root_dir : /scratch/c.sistc3/MS-SNSD/DNS10
|
||||||
name : dns-2020
|
name : dns-2020
|
||||||
duration : 5.0
|
duration : 5.0
|
||||||
sampling_rate: 16000
|
sampling_rate: 16000
|
||||||
batch_size: 64
|
batch_size: 128
|
||||||
stride: 2
|
stride: 1
|
||||||
valid_minutes: 30.0
|
valid_minutes: 15.0
|
||||||
files:
|
files:
|
||||||
train_clean : CleanSpeech_training
|
train_clean : CleanSpeech_training
|
||||||
test_clean : CleanSpeech_testing
|
test_clean : CleanSpeech_testing
|
||||||
|
|
|
||||||
|
|
@ -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: 100
|
log_every_n_steps: 100
|
||||||
max_epochs: 400
|
max_epochs: 200
|
||||||
max_time: 00:47:00:00
|
max_time: 00:47:00:00
|
||||||
min_epochs: 1
|
min_epochs: 1
|
||||||
min_steps: null
|
min_steps: null
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue