Stefan Weil
|
c7c738a1e6
|
lstm: Small code optimisation (#1426)
Replace float compare operation by integer compare operation
and avoid float division if it is not needed.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2018-03-25 21:04:15 +02:00 |
|
Ray Smith
|
8e79297dce
|
Final part of endian improvement. Adds big-endian support to lstm and fixes issue 518
|
2017-05-03 16:09:44 -07:00 |
|
Stefan Weil
|
dcc86664e2
|
lstm: Remove unused variable
This fixes a compiler warning:
lstm/input.cpp:141:7: warning: unused variable 'width' [-Wunused-variable]
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2017-03-08 07:30:31 +01:00 |
|
Ray Smith
|
13e46ae1c4
|
Made LSTM the default engine, pushed cube out
|
2016-12-13 14:37:40 -08:00 |
|
Ray Smith
|
f24ef67df4
|
Limited max height to 48 even in variable height input, enabled neural nets via ocr engine mode
|
2016-11-08 14:01:04 -08:00 |
|
Ray Smith
|
c1c1e426b3
|
Added new LSTM-based neural network line recognizer
|
2016-11-07 15:38:07 -08:00 |
|