Skip to content

Commit

Permalink
fix ImageNet solver max iteration typo
Browse files Browse the repository at this point in the history
max iteration no. is 450,000 (= 90 epochs)

caught by @SWu
BVLC#33 (comment)
  • Loading branch information
shelhamer committed Jan 26, 2014
1 parent ec010d5 commit b31b316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/imagenet_solver.prototxt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lr_policy: "step"
gamma: 0.1
stepsize: 100000
display: 20
max_iter: 4500000
max_iter: 450000
momentum: 0.9
weight_decay: 0.0005
snapshot: 10000
Expand Down

0 comments on commit b31b316

Please sign in to comment.