diff options
author | HeGaoYuan <273230305@qq.com> | 2016-04-23 14:48:41 +0800 |
---|---|---|
committer | HeGaoYuan <273230305@qq.com> | 2016-04-23 14:48:41 +0800 |
commit | bff14b47c58cffa28a71b9e3caba93da2354ab07 (patch) | |
tree | f832412214fdb0ccbd70d4841bd5acdc408b6bc7 /examples | |
parent | faba63258dfbf0fe9aeb1bc6ba3d8ec3cc6dd598 (diff) | |
download | caffeonacl-bff14b47c58cffa28a71b9e3caba93da2354ab07.tar.gz caffeonacl-bff14b47c58cffa28a71b9e3caba93da2354ab07.tar.bz2 caffeonacl-bff14b47c58cffa28a71b9e3caba93da2354ab07.zip |
Fixed #4029: test the network every 500 iterations, not 1000 iterations
Diffstat (limited to 'examples')
-rw-r--r-- | examples/mnist/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mnist/readme.md b/examples/mnist/readme.md index b87a0f53..35952155 100644 --- a/examples/mnist/readme.md +++ b/examples/mnist/readme.md @@ -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 |