This commit is contained in:
shahules786 2022-10-20 09:53:27 +05:30
parent c5824cb34a
commit f2561d7cf7
3 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
defaults:
- model : WaveUnet
- model : Demucs
- dataset : Vctk
- optimizer : Adam
- hyperparameters : default

View File

@ -1,9 +1,10 @@
_target_: enhancer.data.dataset.EnhancerDataset
name : vctk
root_dir : /scratch/c.sistc3/DS_10283_2791
duration : 1.0
duration : 4.5
stride : 0.5
sampling_rate: 16000
batch_size: 128
batch_size: 16
files:
train_clean : clean_trainset_28spk_wav

View File

@ -9,7 +9,7 @@ benchmark: False
check_val_every_n_epoch: 1
detect_anomaly: False
deterministic: False
devices: -1
devices: 1
enable_checkpointing: True
enable_model_summary: True
enable_progress_bar: True