AlexNet/example-layers/layer-params-18pct.cfg
Laurent El Shafey 9fdd561586 Initial commit
2024-12-10 08:56:11 -08:00

35 lines
422 B
INI

# 18% error on CIFAR-10 in 20 minutes - layer definition file
# Reduce all learning rates by factor of 10 after 120 epochs.
# Then another factor of 10 after 10 more epochs.
[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=1
[logprob]
coeff=1