I'm trying to implement DNN (mnist) on pycaffe.
pretrained_solver = caffe.SGDSolver('mnist/lenet_solver.prototxt')
pretrained_solver = caffe.get_solver('mnist/lenet_solver.prototxt')
What is the difference between the two lines above? It seems that I get the same result with either of the lines...