Initial commit
This commit is contained in:
commit
9fdd561586
246 changed files with 58283 additions and 0 deletions
33
example-layers/layer-params-19pct.cfg
Normal file
33
example-layers/layer-params-19pct.cfg
Normal file
|
@ -0,0 +1,33 @@
|
|||
# 19% error on CIFAR-10 in 20 minutes - layer parameter file
|
||||
# Set wc to 0 for translations -- 14.2%
|
||||
|
||||
[conv1]
|
||||
epsW=0.001
|
||||
epsB=0.002
|
||||
momW=0.9
|
||||
momB=0.9
|
||||
wc=0.004
|
||||
|
||||
[conv2]
|
||||
epsW=0.001
|
||||
epsB=0.002
|
||||
momW=0.9
|
||||
momB=0.9
|
||||
wc=0.004
|
||||
|
||||
[conv3]
|
||||
epsW=0.001
|
||||
epsB=0.002
|
||||
momW=0.9
|
||||
momB=0.9
|
||||
wc=0.004
|
||||
|
||||
[fc10]
|
||||
epsW=0.001
|
||||
epsB=0.002
|
||||
momW=0.9
|
||||
momB=0.9
|
||||
wc=3
|
||||
|
||||
[logprob]
|
||||
coeff=1
|
Loading…
Add table
Add a link
Reference in a new issue