tmbdev / clstm

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

Fixed return value out-of-order with what the calling function expect… #114

Closed Zerithious closed 7 years ago

Zerithious commented 7 years ago

…s. Which causes wrong error rate calculation.

zuphilip commented 7 years ago

@kba Do we wait for any other commit before merging this one? Otherwise I suggest to merge it now.

zuphilip commented 7 years ago

Thank you very much @Zerith for this fix!

Thank you @kba for the review and merging.