removed the net proto test that relies on external data
[platform/upstream/caffeonacl.git] / src / programs / imagenet_solver.prototxt
1 base_lr: 0.01
2 lr_policy: "step"
3 gamma: 0.1
4 stepsize: 340000
5 display: 20
6 max_iter: 1200000
7 momentum: 0.9
8 weight_decay: 0.0005
9 snapshot: 5000
10 snapshot_prefix: "alexnet_train"