Easy-to-use Speech Toolkit including SOTA/Streaming ASR with punctuation, influential TTS with text frontend, Speaker Verification System and End-to-End Speech Simultaneous Translation.
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.
 
 
 
 
 
 
Go to file
Xinghai Sun 70a343a499
Add infererence and add SortaGrad for only first pass.
7 years ago
README.md Add infererence and add SortaGrad for only first pass. 7 years ago
audio_data_utils.py Add infererence and add SortaGrad for only first pass. 7 years ago
eng_vocab.txt Add librispeech dataset, audio data provider and simplfied DeepSpeech2 model configuration. 7 years ago
infer.py Add infererence and add SortaGrad for only first pass. 7 years ago
librispeech.py Add infererence and add SortaGrad for only first pass. 7 years ago
model.py Add infererence and add SortaGrad for only first pass. 7 years ago
requirements.sh Add infererence and add SortaGrad for only first pass. 7 years ago
train.py Add infererence and add SortaGrad for only first pass. 7 years ago

README.md

Deep Speech 2 on PaddlePaddle

sh requirements.sh
python librispeech.py
python train.py

Please add warp-ctc library path (usually $PADDLE_INSTALL_DIR/Paddle/third_party/install/warpctc/lib) to LD_LIBRARY_PATH.