summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
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 Yeager2-0/+4
2016-04-20Explicitly point out -weights flag in tutorialAchal Dave1-1/+5
2016-03-02minor mistakes removedViveka Kulharia1-2/+2
2016-03-01[example] groom multilabel notebook title, orderEvan Shelhamer1-3/+4
2016-02-29Finalized tutorial. Removed asyncronous layer.Oscar Beijbom3-583/+478
2016-02-29Refactor and improve code style.Evan Lezar3-3859/+254
2016-02-29Added tutorial on how to use python datalayers and multilabel classification.Oscar Beijbom3-0/+4525
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 Shelhamer8-59/+58
2016-02-24[example] improve brewing logreg notebookJeff Donahue4-5801/+1164
2016-02-24[example] improve fine-tuning notebookJeff Donahue2-947/+1175
2016-02-24[example] improve learning LeNet notebookJonathan L Long2-4297/+389
2016-02-24[example] improve classification notebookJonathan L Long1-12719/+312
2016-01-27Merge pull request #2917 from ajkl/patch-2Jeff Donahue1-1/+1
2016-01-26Update mnist readme.md: scale moved to transform_paramMadan Ram1-1/+3
2015-12-20Replace blobs_lr with lr_mult in readme.md.Muneyuki Noguchi1-2/+2
2015-11-27Merge pull request #2693 from AdamStelmaszczyk/patch-1Ronghang Hu1-4/+4
2015-11-27Merge pull request #3361 from BonsaiAI/avoid-snprintfRonghang Hu3-18/+14
2015-11-25Remove bogus stepearly in MNIST exampleRonghang Hu1-28/+0
2015-11-26replace snprintf with a C++98 equivalentTea3-18/+14
2015-10-22Merge pull request #3229 from cdoersch/batchnorm2Jeff Donahue6-0/+522
2015-10-22Cleanup batch norm layer, include global stats computationCarl Doersch2-69/+25
2015-10-20Added batch normalization layer with test and examplesDmytro Mishkin6-0/+566
2015-10-19Merge pull request #3182 from bchu/tutorial-fixEvan Shelhamer1-1/+1
2015-10-16Update examples and docsRonghang Hu6-6/+6
2015-10-13Add pyyaml as a requirementAkash A1-0/+1
2015-10-13In 00-classification example, get correct class label indexBrian Chu1-1/+1
2015-09-23Merge pull request #2951 from dplarson/examples_readme_linkEvan Shelhamer1-1/+1
2015-09-17Separate IO dependenciesTea3-1/+28
2015-09-01Merge pull request #3010 from darrengarvey/fixup-memory-leak-siameseJeff Donahue1-1/+1
2015-09-02cifar10: Fix examples by setting snapshot_format.Darren Garvey5-0/+5
2015-09-02Fix memory leak in convert_mnist_siamese_data.Darren Garvey1-1/+1
2015-09-01Cleanup: Fixup capitalisation of Caffe_POSTFIX.Darren Garvey1-1/+1
2015-08-20[examples] fix link to feature visualization notebookDavid Larson1-1/+1
2015-08-20Use input_shape instead of input_dim in examplesLuke Yeager6-24/+36
2015-08-14Make classification.bin support models with less than 5 classesFelix Abecassis1-0/+2
2015-08-14Adam solverPatWie2-0/+29
2015-08-13fixing the database paramAjinkya Kale1-1/+1
2015-08-11Merge pull request #2891 from fyu/fix-caffenetpyJon Long1-1/+1
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-09from __future__ imports must occur at the beginning of the fileFisher Yu1-1/+1
2015-08-08Implement RMSProp SolverEren Golge2-0/+30
2015-08-07Merge pull request #2836 from erictzeng/hdf5_snapshotJeff Donahue3-4/+4