Skip to content

Commit 5d59480

Browse files
committed
Fixing Typo In Sigmoid CIFAR-10 Examples
There was a mismatch between the iterations interval in the comment and the actual code.
1 parent d91572d commit 5d59480

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/cifar10/cifar10_full_sigmoid_solver.prototxt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ momentum: 0.9
1717
lr_policy: "step"
1818
gamma: 1
1919
stepsize: 5000
20-
# Display every 200 iterations
20+
# Display every 100 iterations
2121
display: 100
2222
# The maximum number of iterations
2323
max_iter: 60000

examples/cifar10/cifar10_full_sigmoid_solver_bn.prototxt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ momentum: 0.9
1717
lr_policy: "step"
1818
gamma: 1
1919
stepsize: 5000
20-
# Display every 200 iterations
20+
# Display every 100 iterations
2121
display: 100
2222
# The maximum number of iterations
2323
max_iter: 60000

0 commit comments

Comments
 (0)