Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #151 from fayeshine/fayeshine-patch-2
Browse files Browse the repository at this point in the history
Update bench_cifar10.py
  • Loading branch information
alexjc committed Dec 16, 2015
2 parents 6a4a0f2 + 7532291 commit ddccfe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/bench_cifar10.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def load(name):
mlp.Layer("Softmax", units=n_targets)],
n_iter=50,
n_stable=10,
batch_size=25,
learning_rate=0.002,
learning_rule="momentum",
valid_size=0.1,
Expand Down

0 comments on commit ddccfe6

Please sign in to comment.