Update hyperparams.yaml
Browse files- hyperparams.yaml +1 -1
hyperparams.yaml
CHANGED
@@ -14,7 +14,7 @@ __set_seed: !apply:torch.manual_seed [!ref <seed>]
|
|
14 |
|
15 |
# e.g. '/yourpath/Libri3Mix/train-clean-360/'
|
16 |
# the data folder is needed even if dynamic mixing is applied
|
17 |
-
data_folder:
|
18 |
|
19 |
# This is needed only if dynamic mixing is applied
|
20 |
base_folder_dm: /yourpath/LibriSpeech/train-clean-360/
|
|
|
14 |
|
15 |
# e.g. '/yourpath/Libri3Mix/train-clean-360/'
|
16 |
# the data folder is needed even if dynamic mixing is applied
|
17 |
+
data_folder: /mnt3/Libri4Mix_48k_own/Libri4Mix/
|
18 |
|
19 |
# This is needed only if dynamic mixing is applied
|
20 |
base_folder_dm: /yourpath/LibriSpeech/train-clean-360/
|