summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2014-03-17Draft CIFAR-10 doc and cleanup exampleEvan Shelhamer18-792/+1084
2014-03-17Add ImageNet Lena filter visualization exampleJonathan L Long2-0/+606
2014-03-01remove specific device id from solver protochyojn5-10/+0
2014-03-01move model's pad layer into conv layer; add script to create db and train net...chyojn12-138/+169
2014-03-01add cifar10 80sec and 18pct models, according to convnetchyojn6-0/+909
2014-02-28Back-merge documentation updates from masterEvan Shelhamer7-259/+12
2014-02-26fix path for mnist leveldb creationEvan Shelhamer1-2/+2
2014-02-26fix examples shell scripts: too many dollar signs, not enough coffeeEvan Shelhamer6-9/+9
2014-02-26fix formatting + notebook url of 8c245b5Evan Shelhamer1-248/+1
2014-02-26fix linter errors in examplesJeff Donahue2-38/+37
2014-02-26unified to padding aware versionlinmin1-204/+0
2014-02-26remove padding layers in imagenet definitionslinmin2-80/+16
2014-02-26add code to measure timinglinmin1-15/+95
2014-02-26add test code to test the padding aware im2col col2im functionslinmin1-0/+124
2014-02-26bring imagenet docs back to realityEvan Shelhamer1-5/+4
2014-02-26fix + rename lenet training scriptEvan Shelhamer2-3/+5
2014-02-26harmonize imagenet example, name caffe reference model CaffeNetEvan Shelhamer7-6/+51
2014-02-26fix mnist, add deploy net exampleEvan Shelhamer6-7/+125
2014-02-26TODO cifar exampleEvan Shelhamer1-0/+4
2014-02-26everything in its right placeEvan Shelhamer11-24/+928
2014-02-26file modelsEvan Shelhamer7-1282/+0
2014-02-26fix mnist comments in cifar exampleEvan Shelhamer1-4/+4
2014-02-26Make tools/ for core binaries, stow scripts/ in tools/extraEvan Shelhamer8-500/+0
2014-02-26file mnistEvan Shelhamer6-0/+312
2014-02-13selective_search_demo final updated versionSergey Karayev1-182/+169
2014-02-13Updated detection demo notebook.Sergey Karayev2-1137/+471
2014-02-12moving selective_search_demo notebook to examples/Sergey Karayev1-0/+393
2014-02-12Set data_size_initialized to true after data_size is initializedKai Li1-0/+1
2014-02-11Check data size when converting images into leveldbKai Li1-0/+8
2014-02-07More detailed net_speed_benchmarksguada1-6/+35
2014-02-05Merge pull request #70 from petewarden/buffer-overflowEvan Shelhamer1-2/+3
2014-02-05Rename devicequery.cpp to device_query.cppSergio Guadarrama1-0/+0
2014-02-04Fix for buffer overflow problem with long filenames when setting up the LevelDBPete Warden1-2/+3
2014-02-03Update devicequery.cppSergio Guadarrama1-1/+1
2014-02-03Added device_query.cpp to examples/ to get basic information about the curren...sguada1-0/+23
2014-01-28Save the last batch of data in image set conversionKai Li1-4/+15
2014-01-25fix ImageNet solver max iteration typoEvan Shelhamer1-1/+1
2014-01-19cleanup whitespaceEvan Shelhamer1-1/+1
2013-12-22change imagenet_val batch size from 200 to intended 50Jeff Donahue1-2/+2
2013-12-05fixed bug that renormalized window crops on second resizeSergey Karayev1-0/+1000
2013-12-05renaming"Yangqing Jia2-2/+2
2013-12-02Several changes:Yangqing Jia3-39/+0
2013-12-01convert script: spacingYangqing Jia1-1/+1
2013-11-26net speed benchmark: set device 0Yangqing Jia1-1/+1
2013-11-21remove remaining distributed solver stuffYangqing Jia1-46/+0
2013-11-19Merge branch 'master' of github.com:Yangqing/caffeYangqing Jia1-0/+355
2013-11-19imagenet_solver.prototxt: added back the missing test line, not sure when it ...Yangqing Jia1-0/+1
2013-11-18imagenet deploy prototxt: instead of having a data layer, this network proto ...Yangqing Jia1-0/+355
2013-11-15Made a major change: when initializing a network, the input size are no longe...Yangqing Jia6-15/+23
2013-11-14finetune codeYangqing Jia1-0/+36