config
This commit is contained in:
parent
c5824cb34a
commit
f2561d7cf7
|
|
@ -1,5 +1,5 @@
|
||||||
defaults:
|
defaults:
|
||||||
- model : WaveUnet
|
- model : Demucs
|
||||||
- dataset : Vctk
|
- dataset : Vctk
|
||||||
- optimizer : Adam
|
- optimizer : Adam
|
||||||
- hyperparameters : default
|
- hyperparameters : default
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,10 @@
|
||||||
_target_: enhancer.data.dataset.EnhancerDataset
|
_target_: enhancer.data.dataset.EnhancerDataset
|
||||||
name : vctk
|
name : vctk
|
||||||
root_dir : /scratch/c.sistc3/DS_10283_2791
|
root_dir : /scratch/c.sistc3/DS_10283_2791
|
||||||
duration : 1.0
|
duration : 4.5
|
||||||
|
stride : 0.5
|
||||||
sampling_rate: 16000
|
sampling_rate: 16000
|
||||||
batch_size: 128
|
batch_size: 16
|
||||||
|
|
||||||
files:
|
files:
|
||||||
train_clean : clean_trainset_28spk_wav
|
train_clean : clean_trainset_28spk_wav
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ benchmark: False
|
||||||
check_val_every_n_epoch: 1
|
check_val_every_n_epoch: 1
|
||||||
detect_anomaly: False
|
detect_anomaly: False
|
||||||
deterministic: False
|
deterministic: False
|
||||||
devices: -1
|
devices: 1
|
||||||
enable_checkpointing: True
|
enable_checkpointing: True
|
||||||
enable_model_summary: True
|
enable_model_summary: True
|
||||||
enable_progress_bar: True
|
enable_progress_bar: True
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue