summaryrefslogtreecommitdiff
path: root/src/caffe/layers/hdf5_output_layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-07Snapshot model weights/solver state to HDF5 files.Eric Tzeng1-1/+1
2015-02-05DataLayer and HDF5OutputLayer can be constructed and destroyed withoutJeff Donahue1-6/+8
2015-02-05Layer type is a stringJeff Donahue1-1/+2
2014-10-22Minor whitespace fix in logging message in HDF5 output layerMartin Baeuml1-1/+1
2014-10-13move registration code to corresponding cpp files.Yangqing Jia1-1/+1
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-2/+2
2014-08-13Generalize loss by allowing any top blob to be used as a loss in whichJeff Donahue1-2/+1
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-07-28FIX: both data and label now copied correctly in HDF5 output layerSergey Karayev1-1/+1
2014-07-18reapply namespace changeYangqing Jia1-1/+0
2014-07-17stub out GPU layer methods to crash loudly in CPU-only modeEvan Shelhamer1-0/+4
2014-07-03replace all memcpy by caffe_copyEvan Shelhamer1-6/+4
2014-06-26change Backward interface: propagate_down is a vector -- use to fixJeff Donahue1-1/+1
2014-06-08layers declare their names and number of input/output blobs, and don'tJeff Donahue1-8/+0
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-4/+0
2014-03-24Separate HDF5OutputLayer::Forward_gpu/Backward_gpu into cu fileKai Li1-30/+0
2014-03-23Rebase and change the HDF5OutputLayer::Forward/Backward signaturesKai Li1-6/+8
2014-03-23Implement and test HDF5OutputLayerKai Li1-0/+116