summaryrefslogtreecommitdiff
path: root/examples/mnist
AgeCommit message (Expand)AuthorFilesLines
2017-08-26add support acl batch normal,direct conv, local connect, concat layershonggui10-0/+0
2016-11-27fix many typos by using codespellZhou Mo1-1/+1
2016-07-13Add "set -e" and $@ to example scriptsLuke Yeager9-8/+18
2016-04-26Merge pull request #4033 from HeGaoYuan/masterJeff Donahue1-1/+1
2016-04-23Fixed #4029: test the network every 500 iterations, not 1000 iterationsHeGaoYuan1-1/+1
2016-04-20Update MNIST example to use new DB classesLuke Yeager1-75/+12
2016-04-20Print to stderr for example LMDB codeLuke Yeager1-0/+2
2016-02-27fix flags in #3518 for nvidia-dockerEvan Shelhamer1-1/+1
2016-02-27Merge pull request #3518 from zalando/feature/docker_imagesEvan Shelhamer1-0/+119
2016-02-27Add Dockerfiles for creating Caffe executable images.Evan Lezar1-0/+119
2016-02-25[examples] switch examples + models to Input layersEvan Shelhamer1-6/+5
2016-02-24[example] improve learning LeNet notebookJonathan L Long1-3/+3
2016-01-26Update mnist readme.md: scale moved to transform_paramMadan Ram1-1/+3
2015-11-27Merge pull request #3361 from BonsaiAI/avoid-snprintfRonghang Hu1-7/+5
2015-11-25Remove bogus stepearly in MNIST exampleRonghang Hu1-28/+0
2015-11-26replace snprintf with a C++98 equivalentTea1-7/+5
2015-10-16Update examples and docsRonghang Hu6-6/+6
2015-09-17Separate IO dependenciesTea1-0/+12
2015-08-20Use input_shape instead of input_dim in examplesLuke Yeager1-4/+6
2015-08-14Adam solverPatWie2-0/+29
2015-08-10Clean up and modernize AdaDelta code; add learning rate support; add addition...Matthias Plappert2-0/+4
2015-08-10Updated AdaDelta for modern Caffe; reduced iterations on multi-iter testsKevin Bache1-1/+1
2015-08-10Implement AdaDelta; add test cases; add mnist examplesMohamed Omran3-0/+43
2015-08-08Implement RMSProp SolverEren Golge2-0/+30
2015-08-08add [] to "delete pixels".Tian Zhi1-1/+1
2015-06-30[examples] sequence and revise notebooksEvan Shelhamer1-0/+24
2015-06-15typo: "a fixed steps" to "at fixed steps"Aaron Schumacher1-1/+1
2015-05-14Update docs for ND blobs (#1970) and layer type is a string (#1694)Jeff Donahue1-25/+25
2015-02-05Upgrade existing nets using upgrade_net_proto_text toolJeff Donahue3-179/+250
2015-01-25[example] lenet early stopping -> mnist examplesEvan Shelhamer1-0/+28
2014-10-17back-mergeSergey Karayev1-9/+8
2014-10-16Fix init current_stepSergio1-6/+5
2014-10-15Adapt lenet_multistep_solver.prototxt to current solversSergio2-0/+33
2014-10-09[example] re-title LeNet / MNIST heading tooEvan Shelhamer1-1/+1
2014-10-09[example] add LeNet to MNIST title, fix paths to be from rootEvan Shelhamer1-8/+7
2014-09-21switch examples to lmdb (except for custom data loaders)Evan Shelhamer3-9/+9
2014-09-18[docs] lenet groomingEvan Shelhamer1-8/+11
2014-09-18Updated mnist/readme.md file with additional information.Christos Nikolaou1-13/+16
2014-09-17Update readme.md files of cifar10 and mnist examples. Fixed broken links.Christos Nikolaou1-3/+17
2014-09-07fix transform_param in mnist_autoencoder.prototxtJeff Donahue1-3/+3
2014-09-04[docs] default setting for layoutSergey Karayev1-1/+0
2014-09-03[example] convert mnist name fix (crashes xcode compiler)qipeng1-1/+1
2014-09-03[example] drop stale mentions of glog env varEvan Shelhamer1-1/+1
2014-09-03Inline latest lenet_solver.prototxtDaniel Golden1-4/+4
2014-09-03Correct reference to lenet_train_test.prototxtDaniel Golden1-1/+1
2014-09-03Point to local file, not github fileDaniel Golden1-1/+1
2014-09-03Update pathsDaniel Golden1-3/+3
2014-09-03Move transform param one level up in the proto to reduce redundancyKai Li3-21/+21
2014-09-02fixed relative path and prefix for adagrad-optimised autoencoder snapshotsMohamed Omran1-1/+1
2014-09-01make MNIST autoencoder solvers start from base_lr 0.01 and step (muchJeff Donahue3-10/+14