summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2017-08-26add support acl batch normal,direct conv, local connect, concat layershonggui22-0/+0
2017-06-021. Porting Caffe onto ARM Compute Library.Yao Honggui2-0/+1092
2017-01-18Merge pull request #5121 from yrevar/patch-2Evan Shelhamer1-1/+1
2017-01-18Fix various documentation typos (#4172)Adam Browne1-1/+1
2016-12-23Join path using "os.path.join" instead of "+"Yagnesh1-1/+1
2016-12-21Fixed a typoYagnesh1-1/+1
2016-11-27fix many typos by using codespellZhou Mo3-4/+4
2016-10-05fix typo in pascal_multilabel_datalayers.pyKun Wang1-3/+3
2016-09-15Fixed typos in examples/cpp_classification/readmeMiguel Lloreda1-2/+2
2016-08-24Merge pull request #4589 from sungjunhong/masterJon Long1-1/+1
2016-08-15Fixing Typo In Sigmoid CIFAR-10 ExamplesNitish Keskar2-2/+2
2016-08-14Correct a mistake on math notationSungjun HONG1-1/+1
2016-07-13Add "set -e" and $@ to example scriptsLuke Yeager19-18/+39
2016-05-18Merge pull request #4059 from crazytan/masterJon Long1-0/+0
2016-05-17handle image names with spacescrazytan1-0/+0
2016-05-17Merge pull request #4070 from crazytan/ipythonJon Long1-27/+18
2016-05-05fix problems in net_surgery.ipynbcrazytan1-27/+18
2016-04-27fixed typo in download script command cpp_classificationSammy Sidhu1-1/+1
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