summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-25Merge pull request #260 from kloudkl/fix_doc_typosJeff Donahue3-7/+15
2014-03-25removing lena in favor of catSergey Karayev2-35/+28
2014-03-26Add packages installation command for CentOS/RHELKai Li1-2/+6
2014-03-26Fix imagenet pretrained linksKai Li1-2/+2
2014-03-26Add in doc how to remove leveldb dir if existedKai Li1-0/+4
2014-03-26Fix feature extraction reference model path and file list command bugsKai Li1-3/+3
2014-03-25fixed compilation error on window_data_layer.cu in 10.8Sergey Karayev1-11/+0
2014-03-25Add headers to build on OS XKai Li3-0/+8
2014-03-25Separate WindowDataLayer::Forward_gpu into a cu fileKai Li2-18/+53
2014-03-25Separate ImagesLayer::Forward_gpu into a cu fileKai Li2-18/+41
2014-03-24Merge pull request #201 from kloudkl/more_math_functionsEvan Shelhamer4-3/+262
2014-03-24Merge pull request #252 from kloudkl/hdf5_output_layerSergey Karayev8-0/+338
2014-03-24Separate HDF5OutputLayer::Forward_gpu/Backward_gpu into cu fileKai Li2-30/+53
2014-03-23Fixed CPPLint errors related to math funtionsKai Li3-20/+28
2014-03-23Rename signbit in macros to sgnbit to avoid conflicts with std::signbitKai Li4-9/+11
2014-03-23Add signbit math func, simplify GPU defs & instantiations with a macroKai Li4-40/+54
2014-03-23Add and test non-in-place scale math functions for CPU and GPUKai Li3-0/+60
2014-03-23Use macro to simplify element wise cpu math functionsKai Li2-22/+24
2014-03-23Add and test element wise abs math functions for CPU and GPUKai Li4-1/+59
2014-03-23Instantiate caffe_cpu_sign for float and doubleKai Li1-0/+6
2014-03-23Add and test element wise sign math funtions for CPU and GPUKai Li3-4/+62
2014-03-23Add and test sum of absolute values math functions for CPU and GPUKai Li3-0/+51
2014-03-23Rebase and change the HDF5OutputLayer::Forward/Backward signaturesKai Li2-10/+12
2014-03-23Add HDF5OutputLayer to the layer factoryKai Li1-0/+2
2014-03-23Implement and test HDF5OutputLayerKai Li4-0/+279
2014-03-23Implement HDF5 save dataset IO utility functionKai Li2-0/+32
2014-03-22Merge pull request #165 from BVLC/boost-eigenEvan Shelhamer21-143/+493
2014-03-22Set copyright to BVLC and contributors.Evan Shelhamer5-12/+5
2014-03-22Hide boost rng behind facade for osx compatibilityEvan Shelhamer4-51/+120
2014-03-21lintEvan Shelhamer5-20/+30
2014-03-21clean up residual mkl comments and codeEvan Shelhamer9-62/+8
2014-03-21Added extern C wrapper to cblas.h includeJames Thewlis1-0/+2
2014-03-21Fixed order of cblas and atlas linker flagsjamt90001-1/+1
2014-03-21comment out stray mkl includesEvan Shelhamer2-2/+2
2014-03-21make MKL switch surprise-proofEvan Shelhamer2-4/+5
2014-03-21rewrite MKL flag note, polish makefileEvan Shelhamer2-14/+15
2014-03-21major refactoring allow coexistence of MKL and non-MKL casesRowland Depp7-135/+131
2014-03-21Replace atlas with multithreaded OpenBLAS to speed-up on multi-core CPUKai Li1-4/+3
2014-03-21fix bernoulli generator bugJeff Donahue1-3/+2
2014-03-21add bernoulli rng test to demonstrate bug (generates all 0s unless p ==Jeff Donahue1-6/+34
2014-03-21change all Rng's to use variate_generator for consistencyJeff Donahue1-5/+11
2014-03-21use boost variate_generator to pass tests w/ boost 1.46 (Gaussian fillerJeff Donahue1-2/+5
2014-03-21make uniform distribution usage compatible with boost 1.46Jeff Donahue1-1/+1
2014-03-21mean_bound and sample_mean need referencing with thisAlejandro Dubrovsky1-4/+4
2014-03-21nextafter templates off one typeAlejandro Dubrovsky1-1/+1
2014-03-21relax precision of MultinomialLogisticLossLayer testEvan Shelhamer1-1/+1
2014-03-21Fix math funcs, add tests, change Eigen Map to unaligned for lrn_layerKai Li2-122/+208
2014-03-21Fix test stochastic pooling stepsize/threshold to be same as max poolingKai Li1-3/+1
2014-03-21Fixed FlattenLayer Backward_cpu/gpu have no return valueKai Li1-0/+3
2014-03-21Fixed uniform distribution upper bound to be inclusiveKai Li4-2/+84