Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperemy committed Apr 24, 2020
1 parent 1361d82 commit b60a270
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions download_librispeech.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
set -e

# axel or wget.
# axel -n 10 -a http://www.openslr.org/resources/12/dev-clean.tar.gz
# axel -n 10 -a http://www.openslr.org/resources/12/dev-other.tar.gz
# axel -n 10 -a http://www.openslr.org/resources/12/test-clean.tar.gz
# axel -n 10 -a http://www.openslr.org/resources/12/test-other.tar.gz
# axel -n 10 -a http://www.openslr.org/resources/12/train-clean-100.tar.gz
# axel -n 10 -a http://www.openslr.org/resources/12/train-clean-360.tar.gz
# axel -n 10 -a http://www.openslr.org/resources/12/train-other-500.tar.gz
# axel -n 10 -a [file] or wget [file]
wget http://www.openslr.org/resources/12/dev-clean.tar.gz
wget http://www.openslr.org/resources/12/dev-other.tar.gz
wget http://www.openslr.org/resources/12/test-clean.tar.gz
wget http://www.openslr.org/resources/12/test-other.tar.gz
wget http://www.openslr.org/resources/12/train-clean-100.tar.gz
wget http://www.openslr.org/resources/12/train-clean-360.tar.gz
wget http://www.openslr.org/resources/12/train-other-500.tar.gz

echo "extracting dev-clean..."
tar xzf dev-clean.tar.gz
Expand Down

0 comments on commit b60a270

Please sign in to comment.