Skip to content

Commit

Permalink
Reduce number of INFO messages from lstm_test (tesseract-ocr#3250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreeshrii authored Jan 22, 2021
1 parent 8b7fdb7 commit 5d8594c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions unittest/lstm_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ class LSTMTrainerTest : public testing::Test {
trainer_->MaintainCheckpoints(nullptr, &log_str);
iteration = trainer_->training_iteration();
mean_error *= 100.0 / kBatchIterations;
LOG(INFO) << log_str.c_str();
LOG(INFO) << "Best error = " << best_error << "\n" ;
LOG(INFO) << "Mean error = " << mean_error << "\n" ;
if (mean_error < best_error) best_error = mean_error;
} while (iteration < iteration_limit);
LOG(INFO) << "Trainer error rate = " << best_error << "\n";
Expand Down

0 comments on commit 5d8594c

Please sign in to comment.