Skip to content

Commit

Permalink
fix bugs in opt.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
eriche2016 committed Dec 29, 2016
1 parent 3a7fd8d commit 1105aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opts.lua
Expand Up @@ -5,8 +5,8 @@ function opts.parse(arg)
local opt = lapp [[
Command line options:
Training Related:
-lr,--learningRate (default 5e-4) learning rate
-lrds,--learningRateDecaySteps (default 5) number of epochs to reduce LR by 0.1
-l,--learningRate (default 5e-4) learning rate
-d,--learningRateDecaySteps (default 5) number of epochs to reduce LR by 0.1
-w,--weightDecay (default 2e-4) L2 penalty on the weights
-m,--momentum (default 0.9) momentum
-b,--batchSize (default 10) batch size
Expand Down

0 comments on commit 1105aa6

Please sign in to comment.