Skip to content

Commit

Permalink
typo: "a fixed steps" to "at fixed steps"
Browse files Browse the repository at this point in the history
fixing in the correct place as per @shelhamer's advice from #2602
  • Loading branch information
ajschumacher committed Jun 15, 2015
1 parent d163455 commit d512d0c
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 @@ -283,5 +283,5 @@ and you will be using CPU for training. Isn't that easy?

MNIST is a small dataset, so training with GPU does not really introduce too much benefit due to communication overheads. On larger datasets with more complex models, such as ImageNet, the computation speed difference will be more significant.

### How to reduce the learning rate a fixed steps?
### How to reduce the learning rate at fixed steps?
Look at lenet_multistep_solver.prototxt

0 comments on commit d512d0c

Please sign in to comment.