shahules786
commited on
Commit
•
b044a1d
1
Parent(s):
d291863
update config
Browse files- config.yaml +3 -3
config.yaml
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
model:
|
2 |
-
_target_:
|
3 |
num_channels: 1
|
4 |
depth: 9
|
5 |
initial_output_channels: 24
|
6 |
sampling_rate: 16000
|
7 |
dataset:
|
8 |
-
_target_:
|
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/
|
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
|