tesseract
5.0.0-alpha-619-ge9db
|
#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 28 of file lstmtester.h.
tesseract::LSTMTester::LSTMTester | ( | int64_t | max_memory | ) |
Definition at line 25 of file lstmtester.cpp.
bool tesseract::LSTMTester::LoadAllEvalData | ( | const GenericVector< STRING > & | filenames | ) |
Definition at line 44 of file lstmtester.cpp.
bool tesseract::LSTMTester::LoadAllEvalData | ( | const STRING & | filenames_file | ) |
Definition at line 31 of file lstmtester.cpp.
STRING tesseract::LSTMTester::RunEvalAsync | ( | int | iteration, |
const double * | training_errors, | ||
const TessdataManager & | model_mgr, | ||
int | training_stage | ||
) |
Definition at line 53 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 84 of file lstmtester.cpp.