Skip to content

Commit

Permalink
Fixing Typo In Sigmoid CIFAR-10 Examples
Browse files Browse the repository at this point in the history
There was a mismatch between the iterations interval in the comment and the actual code.
  • Loading branch information
keskarnitish committed Aug 16, 2016
1 parent d91572d commit 5d59480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/cifar10/cifar10_full_sigmoid_solver.prototxt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ momentum: 0.9
lr_policy: "step"
gamma: 1
stepsize: 5000
# Display every 200 iterations
# Display every 100 iterations
display: 100
# The maximum number of iterations
max_iter: 60000
Expand Down
2 changes: 1 addition & 1 deletion examples/cifar10/cifar10_full_sigmoid_solver_bn.prototxt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ momentum: 0.9
lr_policy: "step"
gamma: 1
stepsize: 5000
# Display every 200 iterations
# Display every 100 iterations
display: 100
# The maximum number of iterations
max_iter: 60000
Expand Down

0 comments on commit 5d59480

Please sign in to comment.