Skip to content

Commit

Permalink
Merge pull request BVLC#4033 from HeGaoYuan/master
Browse files Browse the repository at this point in the history
there is a very very small mistake in the LeNet MNIST tutorial
  • Loading branch information
jeffdonahue committed Apr 26, 2016
2 parents d8e2f05 + bff14b4 commit c6d93da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mnist/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ These messages tell you the details about each layer, its connections and its ou
I1203 solver.cpp:36] Solver scaffolding done.
I1203 solver.cpp:44] Solving LeNet

Based on the solver setting, we will print the training loss function every 100 iterations, and test the network every 1000 iterations. You will see messages like this:
Based on the solver setting, we will print the training loss function every 100 iterations, and test the network every 500 iterations. You will see messages like this:

I1203 solver.cpp:204] Iteration 100, lr = 0.00992565
I1203 solver.cpp:66] Iteration 100, loss = 0.26044
Expand Down

0 comments on commit c6d93da

Please sign in to comment.