diff --git a/bin/import_voxforge.py b/bin/import_voxforge.py index 18e7661d..16195a8e 100755 --- a/bin/import_voxforge.py +++ b/bin/import_voxforge.py @@ -5,15 +5,14 @@ import re import tarfile import threading import unicodedata +import urllib from glob import glob from multiprocessing.pool import ThreadPool from os import makedirs, path import pandas from bs4 import BeautifulSoup -from six.moves import urllib from tensorflow.python.platform import gfile - from deepspeech_training.util.downloader import maybe_download """The number of jobs to run in parallel"""