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

Sorry, I am novice. I have followed the instructions on stretch (replacing libprotobuf9 with libprotobuf10 ?) : sudo apt-get install scons libprotobuf-dev libprotobuf9 protobuf-compiler libpng-dev libeigen3-dev swig scons scons install...

I wish to implement clstm's network architecture in Keras, to facilitate extension and modifications to the network, and also to add gpu support. I'm pretty much a newbie to NNs,...

question

What's the difference between ALN and OUT string during training procedure?

Is there a way to obtain multiple outputs for the same input string along with their associated probability values? I checked in the code but I could not find where...

I built the clstm project successfully, but didn't find this command-line tool generated. I'm not familiar with scons building tools, would somebody please help me? Because I'm really interested in...

I noticed that the forward-backword algorithm in ctc implemention has a little difference from Alex's paper: it only consider the previous nearest 2 neighbor nodes when computing the forward variable,...

hi,there CLSTM is great , do you guys have some plan for windows support? cmake or MinGW thx!

question

Where should I find a training instructions step by step? Thank you!

Could you be kind enough to provide trained models like you do for ocropy/ocropus?

question

This just fixes the reported problem #109, not sure whether this breaks anything.