tmbdev / clstm

A small C++ implementation of LSTM networks, focused on OCR.
Apache License 2.0
821 stars 224 forks source link

Use clstm to handwriting recognition like the IAM dataset #68

Open hn18001 opened 8 years ago

hn18001 commented 8 years ago

Hello, have anyone tried clstm to handwriting recognition? I have just applied it for the IAM dataset(http://www.fki.inf.unibe.ch/databases/iam-handwriting-database), but there isn't a good performance(33.5% error ratio after 200,000 iterations). I used the config like run-uw3-500, and tried to modify the parameters(e.g. set hidden to 500, 300, set lrate to 1e-4, 1e-3), but the performances are almost the same. Can anyone give me some suggestions? Many thanks~