solver restructuring: now all prototxt are specified in the solver protocol buffer
authorYangqing Jia <jiayq84@gmail.com>
Thu, 31 Oct 2013 23:52:22 +0000 (16:52 -0700)
committerYangqing Jia <jiayq84@gmail.com>
Thu, 31 Oct 2013 23:52:22 +0000 (16:52 -0700)
commit82b912be849a7bec9bfee92a8e5d81182f4130f2
treecbe089cc26dda1ca8d752f3216063382ec25241a
parent25a865cd8ba0995c89907990fedaa357282b9a64
solver restructuring: now all prototxt are specified in the solver protocol buffer
Makefile
data/lenet_solver.prototxt [new file with mode: 0644]
examples/demo_mnist.cpp [deleted file]
examples/train_net.cpp
include/caffe/common.hpp
include/caffe/solver.hpp
src/caffe/common.cpp
src/caffe/layers/data_layer.cpp
src/caffe/net.cpp
src/caffe/proto/caffe.proto
src/caffe/solver.cpp