Skip to content

Commit

Permalink
Don't stop when hitting 0% classification error on training set for M…
Browse files Browse the repository at this point in the history
…NIST.
  • Loading branch information
arnocandel committed Apr 7, 2014
1 parent 6c53902 commit 13fd381
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public static void main(String[] args) throws Exception {
p.source = trainf;
p.response = trainf.lastVec();
p.ignored_cols = null;
p.classification_stop = -1;
p.mini_batch = -1;
p.score_interval = 30;

Expand Down

0 comments on commit 13fd381

Please sign in to comment.