demucs 250
This commit is contained in:
parent
807f4b93ea
commit
0e58691a2c
|
|
@ -1,5 +1,5 @@
|
|||
defaults:
|
||||
- model : WaveUnet
|
||||
- model : Demucs
|
||||
- dataset : Vctk
|
||||
- optimizer : Adam
|
||||
- hyperparameters : default
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
_target_: enhancer.data.dataset.EnhancerDataset
|
||||
name : vctk
|
||||
root_dir : /scratch/c.sistc3/DS_10283_2791
|
||||
duration : 1.0
|
||||
duration : 1.5
|
||||
sampling_rate: 16000
|
||||
batch_size: 256
|
||||
valid_size : 0.05
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ limit_test_batches: 1.0
|
|||
limit_train_batches: 1.0
|
||||
limit_val_batches: 1.0
|
||||
log_every_n_steps: 100
|
||||
max_epochs: 500
|
||||
max_epochs: 250
|
||||
max_time: null
|
||||
min_epochs: 1
|
||||
min_steps: null
|
||||
|
|
|
|||
Loading…
Reference in New Issue