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

What is the ctc loss? The model is considered to be successfully trained #75

Open scuizhibin opened 3 years ago

vectominist commented 3 years ago

You may refer to the paper Connectionist Temporal Classification: Labelling Unsegmented Sequence Data with Recurrent Neural Networks or this website to better understand CTC loss.