Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Commit

Permalink
=,=
Browse files Browse the repository at this point in the history
  • Loading branch information
antinucleon committed Apr 8, 2014
1 parent 24e7951 commit 72393c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions example/MNIST/MNIST.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ num_round = 15
train_eval = 1
random_type = gaussian
## learning parameters
eta = 0.1
momentum = 0.9
wd = 0.0
lr:eta = 0.1
lr:momentum = 0.9
lr:wd = 0.0
# evaluation metric
metric = error
# end of config
6 changes: 3 additions & 3 deletions example/MNIST/MNIST_CONV.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ num_round = 15
train_eval = 1
random_type = gaussian
## learning parameters
eta = 0.1
momentum = 0.9
wd = 0.0
lr:eta = 0.1
lr:momentum = 0.9
lr:wd = 0.0
# evaluation metric
metric = error
eval_train = 1
Expand Down

0 comments on commit 72393c8

Please sign in to comment.