Update NURC-SP_ENTOA_TTS.py
Browse files- NURC-SP_ENTOA_TTS.py +6 -6
NURC-SP_ENTOA_TTS.py
CHANGED
@@ -13,15 +13,15 @@ _AUTOMATIC_PROMPTS_URLS = {
|
|
13 |
}
|
14 |
|
15 |
_ARCHIVES = {
|
16 |
-
"prosodic": "prosodic
|
17 |
-
"automatic": "automatic
|
18 |
}
|
19 |
|
20 |
_PATH_TO_CLIPS = {
|
21 |
-
"validation_prosodic": "
|
22 |
-
"train_prosodic": "
|
23 |
-
"validation_automatic": "
|
24 |
-
"train_automatic": "
|
25 |
}
|
26 |
|
27 |
def debug_path_matching(csv_path, archive_files):
|
|
|
13 |
}
|
14 |
|
15 |
_ARCHIVES = {
|
16 |
+
"prosodic": "prosodic.tar.gz",
|
17 |
+
"automatic": "automatic.tar.gz",
|
18 |
}
|
19 |
|
20 |
_PATH_TO_CLIPS = {
|
21 |
+
"validation_prosodic": "prosodic",
|
22 |
+
"train_prosodic": "prosodic",
|
23 |
+
"validation_automatic": "automatic/validation",
|
24 |
+
"train_automatic": "automatic/train",
|
25 |
}
|
26 |
|
27 |
def debug_path_matching(csv_path, archive_files):
|