Skip to content

jinserk/lasagne_ctc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet another LSTM-CTC example for Lasagne/Theano

This is not only my own creation. Most of the codes are originated from the following sources:

Install & Run

data generation

python3 scribe.py

The generated data filename is digit.pkl.

training

python3 test_ctc.py

if you need to make a log file, use the following commands.

unbuffer python3 test_ctc.py 2>&1 | tee output.log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages