andreagasparini
commited on
Commit
•
be1d1a3
1
Parent(s):
cf6d53c
Update librispeech_test_only.py
Browse files- librispeech_test_only.py +6 -6
librispeech_test_only.py
CHANGED
@@ -48,22 +48,22 @@ _DL_URLS = {
|
|
48 |
"clean": {
|
49 |
"dev": _DL_URL + "dev-clean.tar.gz",
|
50 |
"test": _DL_URL + "test-clean.tar.gz",
|
51 |
-
"train.100": _DL_URL + "train-clean-100.tar.gz",
|
52 |
-
"train.360": _DL_URL + "train-clean-360.tar.gz",
|
53 |
},
|
54 |
"other": {
|
55 |
"test": _DL_URL + "test-other.tar.gz",
|
56 |
"dev": _DL_URL + "dev-other.tar.gz",
|
57 |
-
"train.500": _DL_URL + "train-other-500.tar.gz",
|
58 |
},
|
59 |
"all": {
|
60 |
"dev.clean": _DL_URL + "dev-clean.tar.gz",
|
61 |
"dev.other": _DL_URL + "dev-other.tar.gz",
|
62 |
"test.clean": _DL_URL + "test-clean.tar.gz",
|
63 |
"test.other": _DL_URL + "test-other.tar.gz",
|
64 |
-
"train.clean.100": _DL_URL + "train-clean-100.tar.gz",
|
65 |
-
"train.clean.360": _DL_URL + "train-clean-360.tar.gz",
|
66 |
-
"train.other.500": _DL_URL + "train-other-500.tar.gz",
|
67 |
},
|
68 |
}
|
69 |
|
|
|
48 |
"clean": {
|
49 |
"dev": _DL_URL + "dev-clean.tar.gz",
|
50 |
"test": _DL_URL + "test-clean.tar.gz",
|
51 |
+
# "train.100": _DL_URL + "train-clean-100.tar.gz",
|
52 |
+
# "train.360": _DL_URL + "train-clean-360.tar.gz",
|
53 |
},
|
54 |
"other": {
|
55 |
"test": _DL_URL + "test-other.tar.gz",
|
56 |
"dev": _DL_URL + "dev-other.tar.gz",
|
57 |
+
# "train.500": _DL_URL + "train-other-500.tar.gz",
|
58 |
},
|
59 |
"all": {
|
60 |
"dev.clean": _DL_URL + "dev-clean.tar.gz",
|
61 |
"dev.other": _DL_URL + "dev-other.tar.gz",
|
62 |
"test.clean": _DL_URL + "test-clean.tar.gz",
|
63 |
"test.other": _DL_URL + "test-other.tar.gz",
|
64 |
+
# "train.clean.100": _DL_URL + "train-clean-100.tar.gz",
|
65 |
+
# "train.clean.360": _DL_URL + "train-clean-360.tar.gz",
|
66 |
+
# "train.other.500": _DL_URL + "train-other-500.tar.gz",
|
67 |
},
|
68 |
}
|
69 |
|