Skip to content

Commit

Permalink
change conf
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Apr 8, 2014
1 parent 1cb9cbd commit 230a6f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 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
lr:eta = 0.1
lr:momentum = 0.9
lr:wd = 0.0
eta = 0.1
momentum = 0.9
wd = 0.0
# evaluation metric
metric = error

# end of config
7 changes: 4 additions & 3 deletions example/MNIST/MNIST_CONV.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ num_round = 15
train_eval = 1
random_type = gaussian
## learning parameters
lr:eta = 0.1
lr:momentum = 0.9
lr:wd = 0.0
eta = 0.1
momentum = 0.9
wd = 0.0
# evaluation metric
metric = error
eval_train = 1
# end of config

0 comments on commit 230a6f8

Please sign in to comment.