summaryrefslogtreecommitdiff
path: root/src/caffe/layers/hdf5_output_layer.cu
AgeCommit message (Expand)AuthorFilesLines
2015-08-07Snapshot model weights/solver state to HDF5 files.Eric Tzeng1-1/+0
2014-10-10fix instantiationYangqing 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-29Also apply HDF5OutputLayer fix to GPU version.Jeff Donahue1-1/+1
2014-07-18reapply namespace changeYangqing Jia1-1/+0
2014-07-03replace all memcpy by caffe_copyEvan Shelhamer1-6/+4
2014-07-03switch to unified virtual addressing CUDA memcpyEvan Shelhamer1-2/+2
2014-06-26change Backward interface: propagate_down is a vector -- use to fixJeff Donahue1-1/+1
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-4/+0
2014-03-24Separate HDF5OutputLayer::Forward_gpu/Backward_gpu into cu fileKai Li1-0/+53