summaryrefslogtreecommitdiff
path: root/src/caffe/test
AgeCommit message (Expand)AuthorFilesLines
2017-06-021. Porting Caffe onto ARM Compute Library.Yao Honggui2-0/+4
2017-03-07Merge pull request #4630 from BlGene/load_hdf5_fixEvan Shelhamer2-5/+7
2017-01-06Switched multi-GPU to NCCLCyprien Noel3-7/+93
2016-12-30Typos in test_inner_product_layer.cppFyodor Tokarev1-5/+5
2016-11-27fix many typos by using codespellZhou Mo2-2/+2
2016-11-25Revert "solver: check and set type to reconcile class and proto"Evan Shelhamer1-5/+0
2016-11-21solver: check and set type to reconcile class and protoEvan Shelhamer1-0/+5
2016-11-15sigmoid cross-entropy loss: ignore selected targets by `ignore_label`Evan Shelhamer1-0/+28
2016-10-22Fix: made load_hd5 check blob dims by default.max argus2-5/+7
2016-07-11Merge pull request #4359 from ibmsoe/fix-EmbedLayerTestEvan Shelhamer1-1/+1
2016-07-11Fix for a random failure in this test due to floating point comparison. So, i...Nishidha Panpaliya1-1/+1
2016-06-03Add level and stages to Net constructorLuke Yeager1-0/+128
2016-06-01Add LSTMLayer and LSTMUnitLayer, with testsJeff Donahue1-0/+288
2016-06-01Add RNNLayer, with testsJeff Donahue1-0/+217
2016-05-25Remove misleading comment from a test fileLuke Yeager1-3/+0
2016-05-18Merge pull request #4059 from crazytan/masterJon Long1-3/+41
2016-05-17handle image names with spacescrazytan1-3/+41
2016-05-05Allow reshaping blobs to size 0.Eric Tzeng1-0/+8
2016-04-14[test] CropLayer: test dimensions check to reveal bounds checking bugEvan Shelhamer1-0/+18
2016-04-08Solving issue with exp layer with base eemmanuel maggiori1-0/+20
2016-04-04test_net.cpp: add TestForcePropagateDownJeff Donahue1-0/+102
2016-03-05Merge pull request #3588 from junshi15/P2psyncPrepareJon Long1-1/+1
2016-03-05split p2psync::run()Jun Shi1-1/+1
2016-03-05Crop: more tests and test tuning.Evan Shelhamer1-73/+110
2016-03-05Crop: fixes, tests and negative axis indexing.max argus1-0/+228
2016-02-25drop Net inputs + Forward with bottomsEvan Shelhamer3-108/+37
2016-02-25Merge pull request #3612 from kashefy/tied_weights_ip_transposeJeff Donahue1-0/+240
2016-02-20tranpose parameter added to IP layer to support tied weights in an autoencode...Youssef Kashef1-0/+240
2016-02-15Remove useless LevelDB includeFelix Abecassis1-1/+0
2016-02-02Nicely prints GPU namesSergei Nikolaev1-0/+1
2016-01-26Merge pull request #3591 from jeffdonahue/scale-bias-layerEvan Shelhamer2-0/+974
2016-01-26Remove unnecessary CAFFE_TEST_CUDA_PROP declarationsJeff Donahue2-6/+0
2016-01-26Merge pull request #3496 from jeffdonahue/fix-testdatatransformer-leaksJeff Donahue1-74/+62
2016-01-22Separation and generalization of ChannelwiseAffineLayer into BiasLayerJeff Donahue3-105/+974
2016-01-22Add ChannelwiseAffine for batch normDmytro Mishkin1-0/+105
2016-01-22Merge pull request #3388 from mohomran/exponential_linear_unitsEvan Shelhamer1-0/+59
2015-12-29TestDataTransformer: fix some memory leaks caused by use of 'new'Jeff Donahue1-74/+62
2015-12-28add and improve tests for dilated convolution/im2colFisher Yu2-6/+163
2015-12-28add support for N-D dilated convolutionFisher Yu2-6/+11
2015-12-28add support for 2D dilated convolutionFisher Yu3-9/+25
2015-12-04ELU layer with basic testsMohamed Omran1-0/+59
2015-12-02Remove hamming_distance and popcountTea1-41/+0
2015-12-01dismantle layer headersEvan Shelhamer43-44/+86
2015-11-20Convert std::max args to DtypeTea1-1/+1
2015-11-10Replace unistd functions with cross platform counterpartsTea1-3/+3
2015-10-22Merge pull request #3229 from cdoersch/batchnorm2Jeff Donahue1-0/+133
2015-10-22Cleanup batch norm layer, include global stats computationCarl Doersch1-1/+44
2015-10-20Added batch normalization layer with test and examplesDmytro Mishkin1-0/+90
2015-10-21Clean redundant/unnecessary headersKang Kim47-84/+28
2015-10-19[test] drop bogus OpenCV guard for layer typeEvan Shelhamer1-2/+0