Skip to content
Snippets Groups Projects
Commit e9c3b9aa authored by Franck Dary's avatar Franck Dary
Browse files

Removed debug print

parent 048c959c
No related branches found
No related tags found
No related merge requests found
...@@ -152,12 +152,6 @@ void Trainer::extractExamples(SubConfig & config, bool debug, std::filesystem::p ...@@ -152,12 +152,6 @@ void Trainer::extractExamples(SubConfig & config, bool debug, std::filesystem::p
candidates.emplace_back(i); candidates.emplace_back(i);
} }
if (candidates.size() != 1)
{
fmt::print(stderr, "nbCand = {}\n", candidates.size());
std::cerr << prediction << std::endl;
}
transition = machine.getTransitionSet().getTransition(candidates[std::rand()%candidates.size()]); transition = machine.getTransitionSet().getTransition(candidates[std::rand()%candidates.size()]);
} }
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment