summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2015-06-30[examples] add Euclidean loss PythonLayerEvan Shelhamer2-0/+97
2015-06-30[examples] sequence and revise notebooksEvan Shelhamer19-26009/+22296
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
2015-05-31Merge pull request #2064 from drohit92/patch-1Evan Shelhamer1-2/+2
2015-05-31Merge pull request #2400 from cnDelbert/masterEvan Shelhamer1-1/+1
2015-05-30Merge pull request #2498 from flx42/cpp_classification_exampleEvan Shelhamer2-0/+332
2015-05-29Add a simple C++ classification exampleFelix Abecassis2-0/+332
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
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
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
2015-03-08[example] revise hdf5 classificationEvan Shelhamer5-576/+702
2015-03-08[example] revise net surgery + add designer filtersEvan Shelhamer3-142/+272
2015-03-08[example] revise filter visualizationEvan Shelhamer1-45/+64
2015-03-08[pycaffe] align web demo with #1728 and #1902Evan Shelhamer1-5/+9
2015-03-07Update readme.mdRohit Durvasula1-2/+2
2015-03-06Merge pull request #1987 from tnarihi/fix-siam-exampleEvan Shelhamer1-12/+8
2015-03-06fix #1506tishibas671-3/+7
2015-02-26Fix siamese ipynb exampleTakuya Narihira1-12/+8
2015-02-19Updated the path for get_ilsvrc_aux.sh to match what is found in the current ...e31-1/+1
2015-02-19Correct 'epochs' to 'iterations'Brandon Amos1-1/+1
2015-02-19Merge pull request #1910 from philkr/encodedEvan Shelhamer1-0/+0
2015-02-19added a force_encoded_color flag to the data layer. Printing a warning if ima...philkr1-0/+0
2015-02-19Merge pull request #1899 from philkr/project_source_dirEvan Shelhamer1-3/+3
2015-02-18[pycaffe] switch examples to TransformerEvan Shelhamer4-279/+369
2015-02-18Changing CMAKE_SOURCE/BINARY_DIR to PROJECT_SOURCE/BINARY_DIRphilkr1-3/+3
2015-02-16improve CMake buildAnatoly Baksheev1-13/+28
2015-02-05Upgrade existing nets using upgrade_net_proto_text toolJeff Donahue14-730/+993
2015-02-04fixed small bug: output label_file -> label_filenamePannous1-1/+1
2015-01-29Merge pull request #1748 from longjon/db-wrappersEvan Shelhamer1-20/+21
2015-01-25Merge pull request #1632 from 7hil/cifar_lmdbEvan Shelhamer2-4/+8
2015-01-25[example] lenet early stopping -> mnist examplesEvan Shelhamer1-0/+0
2015-01-21Back-merge fixes + docsEvan Shelhamer4-46/+34
2015-01-19use db wrappersJonathan L Long1-20/+21
2015-01-16Merge pull request #1388 from rohitgirdhar/cifar_docu_bugEvan Shelhamer1-4/+4
2015-01-14set mode, phase, device in pycaffe; fix #1700Evan Shelhamer3-41/+29
2014-12-29[docs] open release of BVLC models for unrestricted useEvan Shelhamer1-1/+1
2014-12-23switch cifar10 example to lmdbPeihao.Huang2-4/+8
2014-12-21Fix init current_stepSergio1-6/+5