You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleSpeech/examples/dataset/gigaspeech
Hui Zhang 8998f4c24d
add timit
3 years ago
..
.gitignore update gitignore; add gigaspeech 3 years ago
README.md update gitignore; add gigaspeech 3 years ago
gigaspeech.py update gitignore; add gigaspeech 3 years ago
run.sh add timit 3 years ago

README.md

GigaSpeech

git clone https://github.com/SpeechColab/GigaSpeech.git

cd GigaSpeech
utils/gigaspeech_download.sh /disk1/audio_data/gigaspeech
toolkits/kaldi/gigaspeech_data_prep.sh --train-subset XL /disk1/audio_data/gigaspeech ../data
cd ..