summaryrefslogtreecommitdiff
path: root/examples/mnist
AgeCommit message (Expand)AuthorFilesLines
2014-09-01make adagrad/nesterov train scripts follow new "run-from-root"Jeff Donahue2-4/+4
2014-09-01Add "test-on-train" stage to test accuracy on the training data; correctJeff Donahue4-10/+39
2014-09-01mnist_autoencoder: always compute both cross-entropy loss and L2Jeff Donahue1-4/+4
2014-09-01Re-added solver switch into the new caffe main excutable; fixed AdaGrad MNIST...qipeng2-2/+1
2014-09-01Added sanity check for AdaGradSolver; added MNIST examples for solversqipeng4-0/+38
2014-09-01use LMDB in mnist autoencoder examplesJeff Donahue1-2/+4
2014-08-31updated lenet_train_test.prototxt + minor correction to create_mnist.shMohamed Omran2-4/+6
2014-08-31minor changes to variable names and error messages + set default backed in co...Mohamed Omran1-19/+26
2014-08-31data now written to backend in batchesMohamed Omran2-15/+38
2014-08-31mnist demo now works with lmdb and leveldb (set parameter in create_mnist.sh)...Mohamed Omran3-31/+101
2014-08-30back-mergeEvan Shelhamer1-2/+2
2014-08-30[docs] Several documentation fixesOzan Çağlayan1-2/+2
2014-08-28set examples paths relative to rootEvan Shelhamer9-27/+27
2014-08-21upgrade model definitions for transformation paramsEvan Shelhamer3-7/+21
2014-08-13Add ACCURACY layer and softmax_error output to lenet_consolidated_solverJeff Donahue1-1/+0
2014-08-11[docs] sorting of examples. if doesn’t work for you, update jekyll.Sergey Karayev1-0/+1
2014-08-11[docs] sorting of examples. if doesn’t work for you, update jekyll.Sergey Karayev1-0/+1
2014-08-06update cli usage in examplesEvan Shelhamer3-6/+3
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-1/+0
2014-08-04Fix header alphabetization lint errors.Jeff Donahue1-5/+5
2014-07-29Use unified train/test nets in examples.Jeff Donahue8-503/+86
2014-07-26LOG(ERROR)->LOG(FATAL), and misc script changes.Yangqing Jia4-4/+7
2014-07-12back-merging [docs] changes and web demo [example] addition; updatingSergey Karayev1-0/+266
2014-07-11[docs] moved example md’s to examples/**/md’s and added script to gatherSergey Karayev1-0/+266
2014-06-20Now AccuracyLayer only computes accuracy, one should use LossLayers to comput...Sergio3-21/+25
2014-05-10add script to run lenet_consolidated_solver and add comment with resultsJeff Donahue2-2/+58
2014-05-10lint and two test_iters in lenet_consolidated_solverJeff Donahue1-4/+9
2014-05-09add a lenet example of specifying train/test net directly in solver;Jeff Donahue1-0/+396
2014-05-09make solver_mode an enum with CPU and GPU -- fully backwards compatibleJeff Donahue2-3/+4
2014-04-18fix examples path in mnist leveldb shEvan Shelhamer1-1/+1
2014-04-15mnist_autoencoder_solver cleanupJeff Donahue1-3/+2
2014-04-15make solver able to compute and display test lossJeff Donahue2-20/+1
2014-04-15mnist autoencoder test proto bugfix: add sigmoid layer before lossJeff Donahue1-4/+6
2014-04-15enable DataLayer to output unlabeled dataJeff Donahue2-2/+0
2014-04-15add mnist autoencoder example necessities (sigmoid cross entropy lossJeff Donahue4-0/+418
2014-04-15rename lenet dir to mnistJeff Donahue7-0/+500