shahules786 commited on
Commit
b044a1d
1 Parent(s): d291863

update config

Browse files
Files changed (1) hide show
  1. config.yaml +3 -3
config.yaml CHANGED
@@ -1,11 +1,11 @@
1
  model:
2
- _target_: enhancer.models.waveunet.WaveUnet
3
  num_channels: 1
4
  depth: 9
5
  initial_output_channels: 24
6
  sampling_rate: 16000
7
  dataset:
8
- _target_: enhancer.data.dataset.EnhancerDataset
9
  name: vctk
10
  root_dir: /scratch/c.sistc3/DS_10283_2791
11
  duration: 2
@@ -87,5 +87,5 @@ trainer:
87
  val_check_interval: 1.0
88
  weights_save_path: null
89
  mlflow:
90
- experiment_name: shahules/enhancer
91
  run_name: WaveUnet-vctk
 
1
  model:
2
+ _target_: mayavoz.models.waveunet.WaveUnet
3
  num_channels: 1
4
  depth: 9
5
  initial_output_channels: 24
6
  sampling_rate: 16000
7
  dataset:
8
+ _target_: mayavoz.data.dataset.MayaDataset
9
  name: vctk
10
  root_dir: /scratch/c.sistc3/DS_10283_2791
11
  duration: 2
 
87
  val_check_interval: 1.0
88
  weights_save_path: null
89
  mlflow:
90
+ experiment_name: shahules/mayavoz
91
  run_name: WaveUnet-vctk