mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
68e70af761
commit
0820abfec0
Binary file not shown.
Binary file not shown.
@ -1,3 +1,4 @@
|
|||||||
|
import sys
|
||||||
import logging
|
import logging
|
||||||
import shutil
|
import shutil
|
||||||
import tarfile
|
import tarfile
|
||||||
@ -71,3 +72,6 @@ def prepare_tedlium(
|
|||||||
|
|
||||||
return corpus
|
return corpus
|
||||||
|
|
||||||
|
dl_dir = sys.argv[1]
|
||||||
|
output_dir = sys.argv[2]
|
||||||
|
prepare_tedlium($dl_dir/tedlium3 data/manifests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user