summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2014-07-26LOG(ERROR)->LOG(FATAL), and misc script changes.Yangqing Jia10-19/+28
2014-07-15[example] elaborate net surgery descriptionEvan Shelhamer1-1/+1
2014-07-12back-merging [docs] changes and web demo [example] addition; updatingSergey Karayev12-7/+974
2014-07-11[example] image classification web demoSergey Karayev4-0/+416
2014-07-11[docs] shelhamer's minor suggestionsSergey Karayev1-1/+1
2014-07-11[docs] moved example md’s to examples/**/md’s and added script to gatherSergey Karayev7-6/+555
2014-07-11fix link for caffe_rcnn_imagenet_modelEvan Shelhamer1-1/+1
2014-07-11Back-merge documentation and fixesEvan Shelhamer2-2/+2
2014-07-11host materials on dl.caffe.berkeleyvision.orgEvan Shelhamer2-2/+2
2014-06-26Merge pull request #522 from sguada/accuracy_without_lossEvan Shelhamer9-56/+73
2014-06-21There are 256 filters in conv2.Craig Quiter1-2/+2
2014-06-20Now AccuracyLayer only computes accuracy, one should use LossLayers to comput...Sergio9-56/+73
2014-06-12Merge pull request #455 from shelhamer/pycaffe-saveEvan Shelhamer2-0/+542
2014-06-12make notebook for net surgery of fully-convolutional modelEvan Shelhamer1-0/+327
2014-06-12define fully-convolutional imagenet modelEvan Shelhamer1-0/+215
2014-06-11Merge pull request #482 from shelhamer/rcnn-detector-exampleEvan Shelhamer4-283/+701
2014-06-11drop learning rates and decays from deploy modelEvan Shelhamer1-32/+0
2014-06-10finish R-CNN detection exampleEvan Shelhamer1-236/+212
2014-06-09edit detection example, include R-CNN NMSEvan Shelhamer1-227/+250
2014-06-09make R-CNN the Caffe detection exampleEvan Shelhamer3-243/+662
2014-06-08add fish bike example imageEvan Shelhamer1-0/+0
2014-05-26Merge pull request #445 from jeffdonahue/convert_imageset_resize_optionEvan Shelhamer1-5/+37
2014-05-24Back-merge recent fixes from master to devEvan Shelhamer5-351/+301
2014-05-23add convert_imageset option to resize images; use inJeff Donahue1-5/+37
2014-05-22release v1 model defs + weightsEvan Shelhamer5-351/+301
2014-05-22reduce example image sizeEvan Shelhamer1-0/+0
2014-05-20Merge pull request #404 from jeffdonahue/net-param-in-solverEvan Shelhamer2-0/+457
2014-05-20Back-merge changes in masterEvan Shelhamer6-0/+886
2014-05-20update notebook examples with new wrapper usage, re-organizeEvan Shelhamer4-536/+637
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 Donahue7-15/+16
2014-05-06note bug in cifar10 full with CPU computationJeff Donahue1-0/+5
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-15Document AlexNet model, include download scriptEvan Shelhamer1-0/+28
2014-04-15define AlexNet architectureEvan Shelhamer5-0/+858
2014-04-15rename lenet dir to mnistJeff Donahue7-0/+0
2014-04-09Back-merge docs and example image changes from `master` to `dev`Evan Shelhamer2-29/+31
2014-04-08re-time imagenet example on k20, instead of my laptopEvan Shelhamer1-6/+6
2014-04-08Drop Lena image in favor of a cute cat photoEvan Shelhamer3-47/+42
2014-04-08replace old cifar full with within channel LRN (per cuda-convnetJeff Donahue9-458/+12
2014-04-08merge LRNMapLayer into LRNLayer with norm_region proto fieldJeff Donahue7-33/+37
2014-04-08fix some param bugsJeff Donahue3-6/+5
2014-04-08add cifar example using LRN_MAP (just like the cuda-convnet layers-18pctJeff Donahue6-0/+452