prepare_data.sh error
Created by: luotao1
cd models/deep_speech_2/examples/librispeech
sh prepare_data.sh
~/models/deep_speech_2 ~/models/deep_speech_2/examples/librispeech
Downloading http://www.openslr.org/resources/12/test-clean.tar.gz ...
--2017-09-07 20:11:30-- http://www.openslr.org/resources/12/test-clean.tar.gz
Resolving www.openslr.org... 35.184.122.207
Connecting to www.openslr.org|35.184.122.207|:80... connected.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable
The file is already fully retrieved; nothing to do.
MD5 Chesksum ~/.cache/paddle/dataset/speech/Libri/test-clean/test-clean.tar.gz ...
Traceback (most recent call last):
File "data/librispeech/librispeech.py", line 177, in <module>
main()
File "data/librispeech/librispeech.py", line 142, in main
manifest_path=args.manifest_prefix + ".test-clean")
File "data/librispeech/librispeech.py", line 127, in prepare_dataset
filepath = download(url, md5sum, target_dir)
File "data/librispeech/librispeech.py", line 72, in download
if not md5file(filepath) == md5sum:
File "/home/luotao02/.jumbo/lib/python2.7/site-packages/paddle/v2/dataset/common.py", line 55, in md5file
f = open(fname, "rb")
IOError: [Errno 2] No such file or directory: '~/.cache/paddle/dataset/speech/Libri/test-clean/test-clean.tar.gz'
Prepare LibriSpeech failed. Terminated.