summaryrefslogtreecommitdiff
path: root/src/caffe
AgeCommit message (Expand)AuthorFilesLines
2014-06-27Next LayerParameter proto idcypof1-1/+1
2014-06-27Use vectors instead of arrays.Rob Hess1-6/+4
2014-06-27Compute top-k accuracy in AccuracyLayer.Rob Hess1-11/+23
2014-06-27Incorporate top_k param into AccuracyLayer and check it's value.Rob Hess2-1/+4
2014-06-27Add parameter for AccuracyLayer in proto.Rob Hess1-0/+9
2014-06-27Test for im2col kernelJames Thewlis1-0/+125
2014-06-26rename layer -> param mapping for clarityEvan Shelhamer1-2/+2
2014-06-26change weight blob field name to paramEvan Shelhamer3-19/+19
2014-06-26weight sharingJeff Donahue3-7/+585
2014-06-26force_backward works properly with non-backproppable thingsJeff Donahue2-3/+91
2014-06-26change Backward interface: propagate_down is a vector -- use to fixJeff Donahue51-211/+446
2014-06-26Merge pull request #522 from sguada/accuracy_without_lossEvan Shelhamer9-6/+39
2014-06-26Merge pull request #488 from longjon/wall-werrorEvan Shelhamer16-36/+37
2014-06-25fix test data layer post-lmdbEvan Shelhamer1-2/+2
2014-06-25Merge pull request #478 from kloudkl/cpu_only_testsEvan Shelhamer3-38/+109
2014-06-25initialize and comment variables that the compiler finds suspiciousJonathan L Long2-5/+5
2014-06-25move CUDA 6.0 check into switch statement itselfJonathan L Long1-0/+2
2014-06-25remove unused variables from testsJonathan L Long4-5/+0
2014-06-25remove unused variablesJonathan L Long2-4/+0
2014-06-25initialize in declared order in testsJonathan L Long6-16/+17
2014-06-25initialize in declared orderJonathan L Long1-3/+2
2014-06-25check if window file is empty in WindowDataLayerJonathan L Long1-2/+5
2014-06-25actually check status values from all HDF5 callsJonathan L Long2-0/+5
2014-06-25Merge pull request #427 from jamt9000/fix-kernel-indexEvan Shelhamer1-8/+10
2014-06-25fix SOFTMAX_LOSS to work with loss top blob interfaceEvan Shelhamer1-1/+13
2014-06-23Merge pull request #508 from kloudkl/ImageDataLayer-RNG-core-dumpYangqing Jia2-4/+2
2014-06-21explicitly name L1 hinge testJonathan L Long1-2/+2
2014-06-21fix whitespace error in HingeLossLayerJonathan L Long1-1/+1
2014-06-20Change hinge_norm to norm in test_hinge_lossSergio1-2/+2
2014-06-20Remove C_ mentions, extra spaces and change hinge_norm to normSergio3-10/+8
2014-06-20Now AccuracyLayer only computes accuracy, one should use LossLayers to comput...Sergio1-6/+2
2014-06-20Unify L1 and L2 Hinge_Loss to follow conventionSergio2-250/+22
2014-06-20Fix the loss to follow the conventionSergio1-0/+246
2014-06-20Fixed switch and test l2hingelossSergio1-2/+2
2014-06-20Remove spaces and merge tests into one fileSergio2-2/+7
2014-06-20Removed L2HingeLoss class now a case within HingeLoss classSergio1-3/+3
2014-06-20Merge HingeLoss and L2HingeLoss by adding hinge_norm to paramsSergio2-0/+34
2014-06-20Verify the result of memtest in SyncedMemoryTest::TestGPUReadKai Li1-0/+3
2014-06-20Rename curand_availability_logged according to the Google style guideKai Li1-3/+3
2014-06-20Revert the namespace ending comment to the same line of the bracketKai Li1-2/+1
2014-06-20Suppress redundant log messages of unavailable curandKai Li1-1/+6
2014-06-20Separate TestForward into Test{CPU, GPU}Forward in HDF5OutputLayerTestKai Li1-38/+91
2014-06-20Extract GPU code out of SyncedMemoryTest::TestCPUWriteKai Li1-3/+14
2014-06-20Initialize the RNG generator with an orthogonally newed GeneratorKai Li1-1/+1
2014-06-20Fix the condition prefetch_needs_rand in the ImageDataLayerKai Li1-3/+1
2014-06-20remove erroneous comment in ArgMaxLayerJonathan L Long1-1/+0
2014-06-19Modified test_net to check loss layer with topSergio1-0/+3
2014-06-19Now Loss layers would return the loss in the top blob if requestedSergio7-0/+22
2014-06-19Set device_id at the begining of Solver.Init() to avoid using memory in the d...Sergio1-6/+5
2014-06-17Merge pull request #507 from longjon/set-device-earlySergio Guadarrama1-1/+3