summaryrefslogtreecommitdiff
path: root/src/caffe
AgeCommit message (Expand)AuthorFilesLines
2015-10-21Merge pull request #3226 from kkhoot/clean_headerRonghang Hu155-379/+85
2015-10-20Merge pull request #3088 from lukeyeager/bvlc/lmdb-nolockJon Long1-1/+16
2015-10-21Clean redundant/unnecessary headersKang Kim155-379/+85
2015-10-19Merge pull request #3185 from mausoomsarkar/masterRonghang Hu1-22/+22
2015-10-19[test] drop bogus OpenCV guard for layer typeEvan Shelhamer1-2/+0
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 Shelhamer13-867/+1077
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-16Add automatic upgrade for solver typeRonghang Hu3-1/+136
2015-10-16Change solver type to string and provide solver registryRonghang Hu10-86/+83
2015-10-16Split solver code into one file per solver classRonghang Hu10-812/+890
2015-10-16Merge pull request #3089 from shelhamer/groom-convEvan Shelhamer2-75/+78
2015-10-16rearrange upgrade helpersEvan Shelhamer1-61/+61
2015-10-15Merge pull request #3160 from shelhamer/cudnnV3Evan Shelhamer10-54/+620
2015-10-15Initial cuDNN v3 supportSimon Layton10-54/+620
2015-10-13Merge pull request #2966 from cdoersch/batch_reindex_layerJeff Donahue3-0/+305
2015-10-11Improve numerical stability of variance computation in MVNLayerKang Kim2-60/+25
2015-10-07BatchReindexLayer to shuffle, subsample, and replicate examples in a batchCarl Doersch3-0/+305
2015-10-05SilenceLayer Backward bugfix (fixes #3151)Jeff Donahue2-2/+2
2015-09-30Merge pull request #3069 from timmeinhardt/argmaxEvan Shelhamer3-25/+194
2015-09-26Merge pull request #3073 from ronghanghu/consistent-malloc-freeRonghang Hu1-4/+4
2015-09-25Add ALLOW_LMDB_NOLOCK build optionLuke Yeager1-1/+16
2015-09-25Add flag on how host memory is allocatedRonghang Hu1-4/+4
2015-09-25Implement ArgMaxLayerTest for axis paramTim Meinhardt2-13/+140
2015-09-25Generalise ArgMaxLayerTest bottom blob shapeTim Meinhardt1-5/+7
2015-09-25Implement ArgMaxLayer forward_cpu and reshape for axis paramTim Meinhardt1-15/+38
2015-09-25Add argmax_param axisTim Meinhardt2-5/+22
2015-09-24Fix generate_sample_data.py - bug from #2978Luke Yeager1-2/+2
2015-09-24Modify HDF5DataLayerTest to test H5T_INTEGER dataLuke Yeager2-6/+8
2015-09-24Allow H5T_INTEGER in HDF5 filesLuke Yeager1-1/+28
2015-09-23[test] TestReshape: check that shapes actually changeEvan Shelhamer1-2/+14
2015-09-23[test] TestReshape: expect instead of checkEvan Shelhamer1-2/+2
2015-09-23[test] TestReshape: check small then largeEvan Shelhamer1-2/+4
2015-09-20fix broken conv/deconv reshaping caused by reading bottom shape inJonathan L Long3-14/+6
2015-09-20fix broken DeconvolutionLayer GPU backward caused by typoJonathan L Long1-1/+1
2015-09-19mark const im2col + col2im termsEvan Shelhamer2-20/+24
2015-09-19harmonize the im2col_{cpu,gpu} assignmentEvan Shelhamer1-5/+3
2015-09-19clarify im2col + col2im var namesEvan Shelhamer2-70/+71
2015-09-18Merge pull request #3083 from yanchen036/masterJon Long1-8/+8
2015-09-18Im2col and Convolution layers support N spatial axesJeff Donahue17-290/+1443
2015-09-18Blob: add SyncedMemory shape accessor for GPU shape accessJeff Donahue1-0/+11
2015-09-18caffe.proto: generalize ConvolutionParameter to N spatial axesJeff Donahue1-10/+27
2015-09-18refine format of switch case in solverYan Chen1-8/+8
2015-09-17Separate IO dependenciesTea17-9/+81
2015-09-14Merge pull request #3049 from seanbell/check-snapshot-prefixRonghang Hu1-0/+19
2015-09-14Check that the snapshot directory is writeable before starting trainingSean Bell1-0/+19
2015-09-13Use EXPECT_NEAR in EltwiseLayer testRonghang Hu1-2/+2
2015-09-09Minor: missing space in string formattingSean Bell1-1/+1
2015-09-03Fix AccuracyLayerTest for per-class accuracy.Ronghang Hu1-6/+6