Skip to content

Commit

Permalink
Merge pull request karpathy#39 from riantsoa/patch-1
Browse files Browse the repository at this point in the history
Update automatic.html
  • Loading branch information
karpathy committed Jul 26, 2015
2 parents f30ddb0 + f8cb44f commit b1c7c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/automatic.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1>Introduction</h1>
magicNet.onFinishBatch(finishedBatch); // example of setting callback for events

// start training magicNet. Every step() call all candidates train on one example
setInterval(function(){ magicNet.step() }, 0});
setInterval(function(){ magicNet.step() }, 0);

// once at least one batch of candidates is evaluated on all folds we can do prediction!
function finishedBatch() {
Expand Down

0 comments on commit b1c7c7f

Please sign in to comment.