Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2014-04-22 02:52:52 +0400
committerJohn Langford <jl@hunch.net>2014-04-22 02:52:52 +0400
commit8f720378b869a2231c36cc1c6f63605bcf1e1bb9 (patch)
tree1bd7b6f7e1fd4285ba09d7d3c435130d5111089a /vowpalwabbit/learner.cc
parent7c21fadbce4ab3f2574ab12cbeb45511e8a942ef (diff)
maybe fixed heisenbug?
Diffstat (limited to 'vowpalwabbit/learner.cc')
-rw-r--r--vowpalwabbit/learner.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/vowpalwabbit/learner.cc b/vowpalwabbit/learner.cc
index 3f7c9e1b..a12f6bbb 100644
--- a/vowpalwabbit/learner.cc
+++ b/vowpalwabbit/learner.cc
@@ -24,11 +24,6 @@ namespace LEARNER
{
all->l->end_pass();
VW::finish_example(*all,ec);
- if(all->early_terminate)
- {
- all->p->done = true;
- return;
- }
}
else if (ec->tag.size() >= 4 && !strncmp((const char*) ec->tag.begin, "save", 4))
{// save state command