tmbdev / clstm

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

Inaccurate training #146

Open Programmer888 opened 6 years ago

Programmer888 commented 6 years ago

When I prepare test data like you do for ocropy. I run training with the command save_name=models/model test_every=1001 save_every=1000 nhidden=1 display_every=1 report_every=1 clstmocrtrain trainfiles.txt testfiles.txt But results are inaccurate even after iteration 160000. Can anyone tell me what I'm doing wrong?