tesseract
4.0.0-1-g2a2b
|
#include <lstmtester.h>
Public Member Functions | |
LSTMTester (int64_t max_memory) | |
bool | LoadAllEvalData (const STRING &filenames_file) |
bool | LoadAllEvalData (const GenericVector< STRING > &filenames) |
STRING | RunEvalAsync (int iteration, const double *training_errors, const TessdataManager &model_mgr, int training_stage) |
STRING | RunEvalSync (int iteration, const double *training_errors, const TessdataManager &model_mgr, int training_stage, int verbosity) |
Definition at line 29 of file lstmtester.h.
tesseract::LSTMTester::LSTMTester | ( | int64_t | max_memory | ) |
Definition at line 24 of file lstmtester.cpp.
bool tesseract::LSTMTester::LoadAllEvalData | ( | const STRING & | filenames_file | ) |
Definition at line 30 of file lstmtester.cpp.
bool tesseract::LSTMTester::LoadAllEvalData | ( | const GenericVector< STRING > & | filenames | ) |
Definition at line 43 of file lstmtester.cpp.
STRING tesseract::LSTMTester::RunEvalAsync | ( | int | iteration, |
const double * | training_errors, | ||
const TessdataManager & | model_mgr, | ||
int | training_stage | ||
) |
Definition at line 52 of file lstmtester.cpp.
STRING tesseract::LSTMTester::RunEvalSync | ( | int | iteration, |
const double * | training_errors, | ||
const TessdataManager & | model_mgr, | ||
int | training_stage, | ||
int | verbosity | ||
) |
Definition at line 82 of file lstmtester.cpp.