summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-03-18fix remaining issues related to CUDA_KERNEL_LOOPJeff Donahue1-1/+1
2014-03-18addd CUDA_KERNEL_LOOP macroblackball1-0/+5
2014-03-18lint, except for rand/rand_rEvan Shelhamer1-2/+3
2014-03-17Back-merge documentation and historical PRs to masterEvan Shelhamer1-0/+38
2014-03-17bring back padding layer with deprecation noticeEvan Shelhamer1-0/+28
2014-03-17Lint errors fixed, except still using stream.Sergey Karayev2-4/+3
2014-03-17HDF5 data now loaded into Blobs; cleaner interfaceSergey Karayev2-13/+11
2014-03-16HDF5DataLayer source is now a list of filenamesSergey Karayev1-1/+5
2014-03-16DRYing and documenting HDF5 loading code.Sergey Karayev2-1/+3
2014-03-16support for more than 2 dimensions in hdf5 filesTobias Domhan2-7/+12
2014-03-13Merge pull request #120 from sguada/images_layerEvan Shelhamer1-0/+38
2014-03-04Add state machine, boost::posix_time based cpu timer & tests for TimerKai Li1-3/+15
2014-03-04Add Timer to wrap CPU clock_t and GPU cudaEvent_t based timingKai Li1-0/+27
2014-02-27Added concat_dim to caffe.proto and ConcatLayer to set of layerssguada1-0/+26
2014-02-26fix post-rebase linter errorsJeff Donahue2-10/+8
2014-02-26fix most linter errorsJeff Donahue6-16/+19
2014-02-26HDF5DataLayer, with test.Sergey Karayev2-0/+39
2014-02-26remove cuda_timer as is no longer neededlinmin1-44/+0
2014-02-26remove padding_layer and its testlinmin1-29/+0
2014-02-26unified to padding aware versionlinmin1-23/+3
2014-02-26add code to measure timinglinmin1-0/+44
2014-02-26implemented padding aware im2col and col2im functionslinmin2-1/+22
2014-02-26Define split layer (merge trick)Evan Shelhamer1-0/+21
2014-02-26fix split layer insertion bug with in-place layersJeff Donahue1-3/+9
2014-02-26get_split_blob_name returns a string to remove some verbosityJeff Donahue1-2/+1
2014-02-26eliminate redundant code with get_split_blob_name methodJeff Donahue1-0/+3
2014-02-26add split layer insertion tests; move split insertion code to util fileJeff Donahue1-0/+21
2014-02-26Added tanh activation function layer.Aravindh Mahendran1-0/+17
2014-02-17Revert "Merge pull request #114 from jeffdonahue/dags-by-split"Evan Shelhamer2-44/+0
2014-02-17Fixed typos to pass test_images_layersguada1-5/+5
2014-02-17Fixed input_layer to pass tests, added cat image to data to perform the testssguada1-2/+13
2014-02-17Added input_layer to set of layers and to factorySergio Guadarrama1-0/+27
2014-02-16get_split_blob_name returns a string to remove some verbosityJeff Donahue1-2/+1
2014-02-15eliminate redundant code with get_split_blob_name methodJeff Donahue1-0/+3
2014-02-15add split layer insertion tests; move split insertion code to util fileJeff Donahue2-3/+21
2014-02-15add SplitLayer and Net::AddSplits to transform shared bottom blobs intoJeff Donahue2-0/+24
2014-02-13added sigmoid layerTobias Domhan1-0/+19
2014-01-31Merge pull request #62 from viirya/masterEvan Shelhamer1-1/+6
2014-01-31Fix test_data_layer segfault by adding destructor to join pthreadKai Li1-0/+1
2014-01-29choose proper thread number per block according to CUDA architecture.Liang-Chi Hsieh1-1/+6
2014-01-19cleanup whitespaceEvan Shelhamer1-1/+1
2013-12-04fix really stupid bug in flatten layer (and add test that shows theJeff Donahue1-1/+1
2013-11-27add flatten layerJeff Donahue1-0/+21
2013-11-21remove remaining distributed solver stuffYangqing Jia1-1/+0
2013-11-21removed the unsuccessful distributed solver codeYangqing Jia1-62/+0
2013-11-19added explanation notes to syncedmemYangqing Jia1-27/+13
2013-11-15Made a major change: when initializing a network, the input size are no longe...Yangqing Jia1-7/+3
2013-11-13pycaffe updateYangqing Jia1-5/+17
2013-11-11io.hpp bugfixYangqing Jia1-1/+1
2013-11-11added infogain loss layerYangqing Jia1-0/+23