This is a lasagne implementation of the the rnn-ctc implementation by @rakeshvar.
The original lasagne port is by @skaae (Søren Kaae Sønderby). The implementation here attempts to use that ctc source on the toy ascii dataset from @rakeshvar's repo.
- gen_ascii.sh : bash script to generate training data
- test_load.sh : python script to train rnn_ctc on data
- ascii_ctc_lasagne.ipynb : an ipython notebook implementing rnn_ctc training