Deep learning framework by BAIR
Created by
Yangqing Jia
Lead Developer
Evan Shelhamer
HDF5Output./include/caffe/layers/hdf5_output_layer.hpp./src/caffe/layers/hdf5_output_layer.cpp./src/caffe/layers/hdf5_output_layer.cuThe HDF5 output layer performs the opposite function of the other layers in this section: it writes its input blobs to disk.
HDF5OutputParameter hdf5_output_param)
file_name: name of file to write to./src/caffe/proto/caffe.proto:message HDF5OutputParameter {
optional string file_name = 1;
}