summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2015-09-17Separate IO dependenciesTea3-1/+28
OpenCV, LMDB, LevelDB and Snappy are made optional via switches (USE_OPENCV, USE_LMDB, USE_LEVELDB) available for Make and CMake builds. Since Snappy is a LevelDB dependency, its use is determined by USE_LEVELDB. HDF5 is left bundled because it is used for serializing weights and solverstates.
2015-09-01Merge pull request #3010 from darrengarvey/fixup-memory-leak-siameseJeff Donahue1-1/+1
Fix memory leak in convert_mnist_siamese_data.
2015-09-02cifar10: Fix examples by setting snapshot_format.Darren Garvey5-0/+5
Commit 4227828a set the default binary format from HDF5 to BINARYPROTO to fix #2885. This broke the cifar10 examples which relied on this default. This commit specifies the snapshot_format explicitly since the rest of the example relies on this being HDF5.
2015-09-02Fix memory leak in convert_mnist_siamese_data.Darren Garvey1-1/+1
This fixes a memory leak by using delete[] rather than plain delete.
2015-09-01Cleanup: Fixup capitalisation of Caffe_POSTFIX.Darren Garvey1-1/+1
Replaces CAffe_POSTFIX -> Caffe_POSTFIX.
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
The example program would crash if the number of classes was less than 5, since it was still attempting to get the top 5 predictions. Close #2585
2015-08-14Adam solverPatWie2-0/+29
This commit implements the Adam solver by Kingma et. al for CPU and GPU. All solver parameters are defined in the caffe.proto. This also adds an example for the MNIST dataset.
2015-08-11Merge pull request #2891 from fyu/fix-caffenetpyJon Long1-1/+1
fix examples/pycaffe/caffenet.py import
2015-08-10Clean up and modernize AdaDelta code; add learning rate support; add ↵Matthias Plappert2-0/+4
additional test cases
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
Implement RMSProp solver and cleaned up to adjust to new solver interface that uses accumulated gradients and refactored regularization.
2015-08-07Merge pull request #2836 from erictzeng/hdf5_snapshotJeff Donahue3-4/+4
Snapshot model weights/solver state to HDF5 files
2015-08-07Update example bash scripts to expect .h5, new extensions in .gitignoreEric Tzeng3-4/+4
2015-08-08add [] to "delete pixels".Tian Zhi1-1/+1
see https://isocpp.org/wiki/faq/freestore-mgmt#delete-array-built-ins.
2015-07-16[examples] fix link to point to new tutorial notebookEvan Shelhamer1-1/+1
2015-07-12Merge pull request #2739 from AdamStelmaszczyk/patch-2Jon Long1-2/+1
One command less in CIFAR10 documentation
2015-07-12examples/imagenet: fix broken linkGleb Mazovetskiy1-1/+1
2015-07-10One command lessAdamStelmaszczyk1-2/+1
Also more readable and compatible with format of instructions for MNIST https://github.com/BVLC/caffe/tree/master/examples/mnist
2015-07-08Making the net_spec python3 compatiblephilkr1-2/+3
2015-06-30[examples] add Euclidean loss PythonLayerEvan Shelhamer2-0/+97
2015-06-30[examples] sequence and revise notebooksEvan Shelhamer19-26009/+22296
- combine classification + filter visualization - order by classification, learning LeNet, brewing logreg, and fine-tuning to flickr style - improve flow of content in classification + filter visualization - include solver needed for learning LeNet - edit notebook descriptions for site catalogue
2015-06-30[examples] flickr fine-tuning notebookYangqing Jia2-0/+959
2015-06-30[examples] draft Python solving exampleJonathan L Long1-0/+5148
2015-06-30[examples] caffenet python specJonathan L Long1-0/+54
2015-06-15typo: "a fixed steps" to "at fixed steps"Aaron Schumacher1-1/+1
fixing in the correct place as per @shelhamer's advice from #2602
2015-05-31Merge pull request #2064 from drohit92/patch-1Evan Shelhamer1-2/+2
[docs] fix solverstate filename in ImageNet example
2015-05-31Merge pull request #2400 from cnDelbert/masterEvan Shelhamer1-1/+1
Correct the REPO_DIRNAME in `examples/web_demo/app.py`
2015-05-30Merge pull request #2498 from flx42/cpp_classification_exampleEvan Shelhamer2-0/+332
Add a simple C++ classification example
2015-05-29Add a simple C++ classification exampleFelix Abecassis2-0/+332
Closes #2487 Example usage: ./build/examples/cpp_classification/classification.bin \ models/bvlc_reference_caffenet/deploy.prototxt \ models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel \ data/ilsvrc12/imagenet_mean.binaryproto \ data/ilsvrc12/synset_words.txt \ examples/images/cat.jpg
2015-05-29[example] fix path for diff in net surgeryTorosFanny1-2/+86
2015-05-18Update IPython Notebooks to version 4Sebastián Ramírez6-3476/+39807
2015-05-14Merge pull request #2201 from jeffdonahue/tutorial-fixesEvan Shelhamer2-54/+62
Update docs for ND blobs (#1970) and layer type is a string (#1694)
2015-05-14Update docs for ND blobs (#1970) and layer type is a string (#1694)Jeff Donahue2-54/+62
2015-04-30Correct the REPO_DIRNAMEDelbert1-1/+1
2015-04-27Import Pandas in HDF5 IPython notebook. Fix for issue BVLC/caffe#2247Sebastián Ramírez1-0/+1
2015-04-24Merge pull request #2352 from pgao/rcnn-fixJon Long1-1/+1
Fix RCNN model fetching script
2015-04-24Fix RCNN model fetching scriptPETER_GAO1-1/+1
2015-04-08Changing Image import to be imported from PIL.e31-1/+1
2015-03-24Add note in example about installing scikit-learnLuke Yeager1-1/+2
2015-03-08[example] pycaffe classification downloads the model automaticallyEvan Shelhamer1-4/+9
2015-03-08[example] warm-start web demoEvan Shelhamer1-1/+2
call forward to warm-start the demo so the first request isn't slow.
2015-03-08[example] revise hdf5 classificationEvan Shelhamer5-576/+702
- add a little explanation - solve from Python and the command line - time scikit-learn and caffe - fix test iterations (number of instances / batch size)
2015-03-08[example] revise net surgery + add designer filtersEvan Shelhamer3-142/+272
- N-D blob parameter dimensions - add filtering section to net surgery example - make Gaussian blur and Sobel edge kernels - alter biases - do flat assignment instead of reshape and explain memory layout - make dir for surgery files
2015-03-08[example] revise filter visualizationEvan Shelhamer1-45/+64
- download CaffeNet if it isn't there - switch to caffe.Net - reshape net for single input - explain param, bias indexing - update output for N-D blobs
2015-03-08[pycaffe] align web demo with #1728 and #1902Evan Shelhamer1-5/+9
2015-03-07Update readme.mdRohit Durvasula1-2/+2
In the resume training option.. the name of the solver state changed to 'caffenet_train_iter_10000.solverstate'
2015-03-06Merge pull request #1987 from tnarihi/fix-siam-exampleEvan Shelhamer1-12/+8
[docs] fix siamese ipynb example