19 #ifndef TESSERACT_TRAINING_LSTMTESTER_H_
20 #define TESSERACT_TRAINING_LSTMTESTER_H_
71 static void* ThreadFunc(
void* lstmtester_void);
74 bool LockIfNotRunning();
87 const double* test_training_errors_;
89 int test_training_stage_;
LSTMTester(int64_t max_memory)
bool LoadAllEvalData(const STRING &filenames_file)
STRING RunEvalSync(int iteration, const double *training_errors, const TessdataManager &model_mgr, int training_stage, int verbosity)
STRING RunEvalAsync(int iteration, const double *training_errors, const TessdataManager &model_mgr, int training_stage)