diff options
author | Yangqing Jia <jiayq84@gmail.com> | 2013-10-31 23:52:22 (GMT) |
---|---|---|
committer | Yangqing Jia <jiayq84@gmail.com> | 2013-10-31 23:52:22 (GMT) |
commit | 82b912be849a7bec9bfee92a8e5d81182f4130f2 (patch) | |
tree | cbe089cc26dda1ca8d752f3216063382ec25241a /data | |
parent | 25a865cd8ba0995c89907990fedaa357282b9a64 (diff) | |
download | caffeonacl-82b912be849a7bec9bfee92a8e5d81182f4130f2.zip caffeonacl-82b912be849a7bec9bfee92a8e5d81182f4130f2.tar.gz caffeonacl-82b912be849a7bec9bfee92a8e5d81182f4130f2.tar.bz2 |
solver restructuring: now all prototxt are specified in the solver protocol buffer
Diffstat (limited to 'data')
-rw-r--r-- | data/lenet_solver.prototxt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/lenet_solver.prototxt b/data/lenet_solver.prototxt new file mode 100644 index 0000000..d58255b --- /dev/null +++ b/data/lenet_solver.prototxt @@ -0,0 +1,12 @@ +train_net: "data/lenet.prototxt" +test_net: "data/lenet_test.prototxt" +base_lr: 0.01 +lr_policy: "inv" +gamma: 0.0001 +power: 0.75 +display: 100 +max_iter: 5000 +momentum: 0.9 +weight_decay: 0.0005 +test_iter: 100 +test_interval: 500
\ No newline at end of file |