ctc-loss topic

List ctc-loss repositories
trafficstars

viet-asr

90
Stars
42
Forks
Watchers

VietASR - Vietnamese Automatic Speech Recognition

rnn_ctc

220
Stars
83
Forks
Watchers

Recurrent Neural Network and Long Short Term Memory (LSTM) with Connectionist Temporal Classification implemented in Theano. Includes a Toy training example.

Zygote-Mutating-Arrays-WorkAround.jl

29
Stars
1
Forks
Watchers

A tutorial on how to work around ‘Mutating arrays is not supported’ error while performing automatic differentiation (AD) using the Julia package Zygote.

ctcdecode

811
Stars
238
Forks
Watchers

PyTorch CTC Decoder bindings

CTCDecoder

804
Stars
179
Forks
Watchers

Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon search, prefix search, and token passing. Implemented in Python.

CRNN-OCR-lite

144
Stars
29
Forks
Watchers

Lightweight CRNN for OCR (including handwritten text) with depthwise separable convolutions and spatial transformer module [keras+tf]

eesen

824
Stars
342
Forks
Watchers

The official repository of the Eesen project

crnn-pytorch

374
Stars
104
Forks
Watchers

Pytorch implementation of CRNN (CNN + RNN + CTCLoss) for all language OCR.

wav2letter.pytorch

125
Stars
23
Forks
Watchers

A fully convolution-network for speech-to-text, built on pytorch.