Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Franck Dary
macaon
Commits
e9c3b9aa
Commit
e9c3b9aa
authored
Jun 22, 2020
by
Franck Dary
Browse files
Removed debug print
parent
048c959c
Changes
1
Hide whitespace changes
Inline
Side-by-side
trainer/src/Trainer.cpp
View file @
e9c3b9aa
...
...
@@ -152,12 +152,6 @@ void Trainer::extractExamples(SubConfig & config, bool debug, std::filesystem::p
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
()]);
}
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment