clstm icon indicating copy to clipboard operation
clstm copied to clipboard

A small C++ implementation of LSTM networks, focused on OCR.

Results 46 clstm issues
Sort by recently updated
recently updated
newest added

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...

it would be very nice to provide a code or a high level description of using 2DLSTMs in CLSTM for OCR tasks. going though the image filter example in test-2d.cc...

1) the test-gpu.cc refered in the SConstruct file is missing from the repository 2) is it enough to set gpu=1to scons to enable GPU support ? 3) what is the...

below is the running log. i added some printf in the program. and locate the error happens at line 60 in the file clstm_compute.h the code calls the sum function...

The current wstring is not entirely portable, since wchar_t is only 16 bits on Windows. Occurrences of wchar_t should be replaced with char32_t and occurrences of wstring with u32string

looking forwards to the MDLSTM version