Skip to content

Commit

Permalink
Correct 'epochs' to 'iterations'
Browse files Browse the repository at this point in the history
  • Loading branch information
bamos authored and shelhamer committed Feb 20, 2015
1 parent 5d15ed7 commit 079e416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/imagenet/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ We will also lay out a protocol buffer for running the solver. Let's make a few
* We will run in batches of 256, and run a total of 450,000 iterations (about 90 epochs).
* For every 1,000 iterations, we test the learned net on the validation data.
* We set the initial learning rate to 0.01, and decrease it every 100,000 iterations (about 20 epochs).
* Information will be displayed every 20 epochs.
* Information will be displayed every 20 iterations.
* The network will be trained with momentum 0.9 and a weight decay of 0.0005.
* For every 10,000 iterations, we will take a snapshot of the current status.

Expand Down

0 comments on commit 079e416

Please sign in to comment.