Weight parameter in solver is used in caffe.exe
authoriovodov <b@ovdv.ru>
Mon, 18 Dec 2017 19:39:03 +0000 (22:39 +0300)
committeriovodov <b@ovdv.ru>
Sat, 10 Feb 2018 18:51:51 +0000 (21:51 +0300)
commitc32629435a1e5dacc8a90a309d8b255d7b629379
treeae5502c26e99fb86dd0068453d347f51375fae08
parent7e970675c41f897a05fe1a944d754bd899fbff0e
Weight parameter in solver is used in caffe.exe

Loading weights is moved from caffe.exe to solver class, so new "weights" solver parameter is used not only from command line but when caffe is used as library (including python)

corrected formatting

fixed line length

more formatting corrected
src/caffe/proto/caffe.proto
src/caffe/solver.cpp
src/caffe/test/test_upgrade_proto.cpp
tools/caffe.cpp