summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2014-09-17Update readme.md files of cifar10 and mnist examples. Fixed broken links.Christos Nikolaou2-6/+20
2014-09-16[example] update paths in net surgeryEvan Shelhamer2-22/+24
2014-09-07fix transform_param in mnist_autoencoder.prototxtJeff Donahue1-3/+3
2014-09-05Merge pull request #1039 from sergeyk/devEvan Shelhamer5-0/+1119
2014-09-05added a two-layer network that gets higher accuracySergey Karayev3-203/+744
2014-09-04fix fine-tuning example: paths, test acc., and total fine-tuning timeEvan Shelhamer1-32/+33
2014-09-04HDF5 classification exampleSergey Karayev3-0/+578
2014-09-04[example] update ImageNet timing for K40Evan Shelhamer1-1/+1
2014-09-04fix model download advice and prototxt name for fine-tuningEvan Shelhamer1-1/+1
2014-09-04script to upload/update model info as gistSergey Karayev1-2/+2
2014-09-04flickr style fine-tuning model (separated from example read me)Sergey Karayev3-371/+11
2014-09-04minor fixes to docsSergey Karayev4-4/+4
2014-09-04removed mention of getting_pretrained_models page and old pathsSergey Karayev9-55/+47
2014-09-04updating feature extraction exampleSergey Karayev2-7/+7
2014-09-04removing unneeded scripts from imagenet exampleSergey Karayev5-37/+7
2014-09-04proofread model zooEvan Shelhamer1-3/+3
2014-09-04[models] adding zoo readme; caffenet, alexnet, and rcnn models in zoo formatSergey Karayev11-1474/+11
2014-09-04[docs] default setting for layoutSergey Karayev6-6/+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 Shelhamer2-2/+2
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-03[example] upgrade fine-tuning example to new transformation paramEvan Shelhamer1-10/+10
2014-09-03Move transform param one level up in the proto to reduce redundancyKai Li8-58/+58
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
2014-09-01make adagrad/nesterov train scripts follow new "run-from-root"Jeff Donahue2-4/+4
2014-09-01Add "test-on-train" stage to test accuracy on the training data; correctJeff Donahue4-10/+39
2014-09-01mnist_autoencoder: always compute both cross-entropy loss and L2Jeff Donahue1-4/+4
2014-09-01Re-added solver switch into the new caffe main excutable; fixed AdaGrad MNIST...qipeng2-2/+1
2014-09-01Added sanity check for AdaGradSolver; added MNIST examples for solversqipeng4-0/+38
2014-09-01use LMDB in mnist autoencoder examplesJeff Donahue1-2/+4
2014-08-31include comment on CPU mode fine-tuning for Flickr exampleEvan Shelhamer1-0/+2
2014-08-31updated lenet_train_test.prototxt + minor correction to create_mnist.shMohamed Omran2-4/+6
2014-08-31minor changes to variable names and error messages + set default backed in co...Mohamed Omran1-19/+26
2014-08-31data now written to backend in batchesMohamed Omran2-15/+38
2014-08-31mnist demo now works with lmdb and leveldb (set parameter in create_mnist.sh)...Mohamed Omran3-31/+101
2014-08-31Fix norm_region param in cifar10 deployment netYung Siang Liau1-1/+1
2014-08-30back-mergeEvan Shelhamer1-2/+2
2014-08-30[docs] Several documentation fixesOzan Çağlayan1-2/+2
2014-08-28[example] edit fine-tuning and train on ~2000 images, 1557 / 382 splitEvan Shelhamer7-102/+162
2014-08-28[example] finetuning CaffeNet on Flickr Style dataSergey Karayev6-0/+553
2014-08-28set examples paths relative to rootEvan Shelhamer35-111/+104
2014-08-27Merge pull request #857 from netheril96/gflagsEvan Shelhamer1-4/+8
2014-08-28create_imagenet.sh updated to new syntaxnetheril961-4/+8
2014-08-26default ilsvrc solving to GPUEvan Shelhamer2-0/+2
2014-08-26default ilsvrc solving to GPUEvan Shelhamer2-0/+2
2014-08-26FIX web_demo upload was not processing grayscale correctlySergey Karayev1-1/+7