summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2014-05-22release v1 model defs + weightsEvan Shelhamer5-351/+301
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-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
2014-04-07Back-merge documentation and fixesEvan Shelhamer2-2/+2
2014-03-31Removed fillers from imagenet_deploySergio Guadarrama1-64/+0
2014-03-28imagenet fix: ilvsrc -> ilsvrcYangqing Jia2-2/+2
2014-03-27rollback previous commit adding version number to NetParameter -- goingJeff Donahue16-21/+1
2014-03-27add NetParameter required version number as breaking change forJeff Donahue16-1/+21
2014-03-27regenerate imagenet_val feature extraction prototxt with missingJeff Donahue1-0/+9
2014-03-27upgrade remaining prototxtsJeff Donahue6-762/+607
2014-03-27convert existing models to new format (used tools/upgrade_net_proto withJeff Donahue10-1236/+1112
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer2-2/+2
2014-03-25removing lena in favor of catSergey Karayev2-35/+28
2014-03-19Back-merge documentation and script fixesEvan Shelhamer2-2/+2
2014-03-19fix cifar10 leveldb creation pathEvan Shelhamer1-1/+1
2014-03-19wget without checking certificate for dropbox (dodge complaint on linux)Evan Shelhamer1-1/+1
2014-03-19Fix to #161Sergey Karayev2-25/+247
2014-03-19Merge pull request #161 from kloudkl/simplify_feature_extractionSergey Karayev1-0/+25
2014-03-19file pascal finetuning prototxt examples and fix pathsEvan Shelhamer3-0/+761
2014-03-19Removing feature binarization and image retrieval examplesKai Li2-337/+0
2014-03-19Move binarize_features, retrieve_images to examples/feauture_extractionKai Li3-0/+362
2014-03-19Move extract_features, binarize_features, retrieve_images to tools/Kai Li3-494/+0
2014-03-19Save and load data correctly in feat extracion, binarization and IR demoKai Li3-61/+57
2014-03-19Change feature binarization threshold to be the mean of all the valuesKai Li1-57/+53
2014-03-19Fix saving real valued feature bug in the feature extraction exampleKai Li1-7/+3
2014-03-19Fix bugs in the image retrieval exampleKai Li1-84/+36
2014-03-19Fix bugs of the feature binarization exampleKai Li1-46/+37
2014-03-19Enhance help, log message & format of the feature extraction exampleKai Li1-70/+70
2014-03-19Fix bugs in the feature extraction exampleKai Li1-64/+53
2014-03-19Simplify image retrieval example to use binary features directlyKai Li1-186/+78
2014-03-19Add feature binarization exampleKai Li1-0/+166
2014-03-19Add feature extraction exampleKai Li1-0/+185