summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 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-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
2015-09-03net.cpp fix debug_info params -> learnable_paramsJeff Donahue1-6/+5
2015-09-03ConcatLayer: allow trivial operation with single bottom BlobJeff Donahue3-0/+31
2015-09-03SliceLayer: allow trivial operation with single top BlobJeff Donahue3-2/+35
2015-09-01Compute backward for negative lr_multphilkr1-1/+1
2015-08-30Merge pull request #2998 from longjon/data-raceJeff Donahue1-1/+3
2015-08-29Merge pull request #2894 from mfigurnov/fix-truncation-warningRonghang Hu1-1/+2
2015-08-29fix GPU data raceJonathan L Long1-1/+3
2015-08-27Fix EmbedLayer compiler warning for unused variable.J Yegerlehner1-1/+0
2015-08-26Merge pull request #2970 from ronghanghu/spp-fixRonghang Hu1-0/+36
2015-08-26Fix previous mistake on unimplemented top and address pyramid_height_==1 in S...Ronghang Hu1-0/+36
2015-08-26Merge pull request #2964 from jyegerlehner/mvn-layer-fixesJeff Donahue3-8/+27
2015-08-26MVNLayer fixes.J Yegerlehner3-8/+27
2015-08-25TileLayer: add CUDA kernelsJeff Donahue1-14/+39
2015-08-25Add TileLayerJeff Donahue4-1/+278
2015-08-25Merge pull request #2032 from jeffdonahue/embed-layerEvan Shelhamer4-1/+407
2015-08-25Merge pull request #2927 from jeffdonahue/improve-net-init-error-msgsEvan Shelhamer2-7/+33
2015-08-25Merge pull request #2972 from jeffdonahue/concat-backward-fixEvan Shelhamer3-14/+25
2015-08-24Merge pull request #2963 from longjon/superfluous-toprotoJeff Donahue1-6/+0
2015-08-24bugfix for ConcatLayer with propagate_down setJeff Donahue2-14/+16
2015-08-24TestConcatLayer: add gradient check for bottom[1] only (to verifyJeff Donahue1-0/+9
2015-08-22Merge pull request #2935 from rmanor/accuraciesRonghang Hu2-0/+127
2015-08-22Merge pull request #2253 from jyegerlehner/snapshot_on_signalRonghang Hu2-8/+177
2015-08-23Output accuracies per class.Ran2-0/+127
2015-08-22Add signal handler and early exit/snapshot to Solver.J Yegerlehner2-8/+177