Alexander-H-Liu / End-to-end-ASR-Pytorch

This is an open source project (formerly named Listen, Attend and Spell - PyTorch Implementation) for end-to-end ASR implemented with Pytorch, the well known deep learning toolkit.
MIT License
1.18k stars 317 forks source link

Is the Pure CTC training tested? #81

Open yifan-bao opened 5 months ago

yifan-bao commented 5 months ago

Hello, I want to ask if the pure ctc training and decoding is tested and correct? Thnaks.