summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-22diff.ndim != 4 is outdatedRodrigo Benenson1-2/+0
2015-10-21Merge pull request #3226 from kkhoot/clean_headerRonghang Hu165-395/+89
2015-10-20Merge pull request #3088 from lukeyeager/bvlc/lmdb-nolockJon Long8-7/+39
2015-10-21Clean redundant/unnecessary headersKang Kim163-392/+86
2015-10-21Move HDF5 defines to data_layers headerKang Kim2-3/+3
2015-10-19Merge pull request #3182 from bchu/tutorial-fixEvan Shelhamer1-1/+1
2015-10-19Merge pull request #3185 from mausoomsarkar/masterRonghang Hu1-22/+22
2015-10-19Merge pull request #3205 from shelhamer/test-layer-type-upgradeEvan Shelhamer1-2/+0
2015-10-19[test] drop bogus OpenCV guard for layer typeEvan Shelhamer1-2/+0
2015-10-19Merge pull request #3218 from shelhamer/cudnn3-compatibleEvan Shelhamer1-1/+2
2015-10-19Merge pull request #3219 from shelhamer/install-caffe-usersEvan Shelhamer1-2/+2
2015-10-19[docs] cuDNN v3 compatibleEvan Shelhamer1-1/+2
2015-10-19installation questions -> caffe-usersEvan Shelhamer1-2/+2
2015-10-19Merge pull request #3217 from BonsaiAI/qualify-CUDA-status-messageEvan Shelhamer1-2/+2
2015-10-19Qualify messages issued by CMake when CUDA is unavailableT.E.A de Souza1-2/+2
2015-10-19Moved the loop inside PReLUParamBackward to do the reduction inside the kernelMausoom Sarkar1-22/+22
2015-10-17Merge pull request #3116 from ronghanghu/solver-refactorEvan Shelhamer29-1047/+1463
2015-10-17Merge pull request #3206 from shelhamer/net-init-loggingEvan Shelhamer1-106/+76
2015-10-16clean up logging for Net initEvan Shelhamer1-106/+76
2015-10-16Update examples and docsRonghang Hu7-20/+20
2015-10-16Add automatic upgrade for solver typeRonghang Hu9-5/+206
2015-10-16Change solver type to string and provide solver registryRonghang Hu15-91/+233
2015-10-16Split solver code into one file per solver classRonghang Hu13-965/+1038
2015-10-16Merge pull request #3207 from ronghanghu/test-matcaffe-ioRonghang Hu2-1/+20
2015-10-16Test reading and writing mean proto in matlabRonghang Hu2-1/+20
2015-10-16Merge pull request #3089 from shelhamer/groom-convEvan Shelhamer3-77/+80
2015-10-16Merge pull request #3204 from shelhamer/rearrange-upgrade-helpersEvan Shelhamer2-70/+70
2015-10-16Merge pull request #3190 from DrSleep/masterEvan Shelhamer1-3/+3
2015-10-16Merge pull request #3189 from bchu/caffenet-mirrorEvan Shelhamer1-1/+1
2015-10-16rearrange upgrade helpersEvan Shelhamer2-70/+70
2015-10-15Merge pull request #3160 from shelhamer/cudnnV3Evan Shelhamer11-56/+692
2015-10-15Initial cuDNN v3 supportSimon Layton11-56/+692
2015-10-15Merge pull request #3200 from lukeyeager/bvlc/fix-blobproto_to_arrayJeff Donahue2-2/+50
2015-10-15Allow old-style shape in blobproto_to_arrayLuke Yeager2-2/+50
2015-10-14Fixed drawing problems with repeated convolutionVladimir1-3/+3
2015-10-13Merge pull request #2966 from cdoersch/batch_reindex_layerJeff Donahue4-0/+374
2015-10-13Set CaffeNet train_val test mirroring to falseBrian Chu1-1/+1
2015-10-13Merge pull request #3187 from akash1810/patch-1Evan Shelhamer1-0/+1
2015-10-13Add pyyaml as a requirementAkash A1-0/+1
2015-10-13Merge pull request #3184 from lalelale/patch-1Ronghang Hu1-2/+2
2015-10-13Update store2hdf5.mAlessandro Giusti1-2/+2
2015-10-13In 00-classification example, get correct class label indexBrian Chu1-1/+1
2015-10-11Merge pull request #3162 from kkhoot/fix_mvnRonghang Hu2-60/+25
2015-10-11Improve numerical stability of variance computation in MVNLayerKang Kim2-60/+25
2015-10-10Merge pull request #3170 from sh1r0/pycaffe_ioJeff Donahue1-8/+4
2015-10-09Remove the 4D constraint of blobproto IO in pythonsh1r01-8/+4
2015-10-07BatchReindexLayer to shuffle, subsample, and replicate examples in a batchCarl Doersch4-0/+374
2015-10-07Merge pull request #3164 from eerwitt/layer-documentation-sample-fixesRonghang Hu1-3/+3
2015-10-07fixes BVLC/caffe#3163e31-3/+3
2015-10-05Merge pull request #3152 from jeffdonahue/silence-backward-fixJeff Donahue2-2/+2