Update librispeech_asr.py
Browse files- librispeech_asr.py +0 -3
librispeech_asr.py
CHANGED
|
@@ -46,10 +46,7 @@ _DL_URL = "http://www.openslr.org/resources/12/"
|
|
| 46 |
|
| 47 |
_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",
|
|
|
|
| 46 |
|
| 47 |
_DL_URLS = {
|
| 48 |
"clean": {
|
|
|
|
| 49 |
"test": _DL_URL + "test-clean.tar.gz",
|
|
|
|
|
|
|
| 50 |
},
|
| 51 |
"other": {
|
| 52 |
"test": _DL_URL + "test-other.tar.gz",
|