1.1 KiB
1.1 KiB
title |
---|
HDF5 Output Layer |
HDF5 Output Layer
- Layer type:
HDF5Output
- Doxygen Documentation
- Header:
./include/caffe/layers/hdf5_output_layer.hpp
- CPU implementation:
./src/caffe/layers/hdf5_output_layer.cpp
- CUDA GPU implementation:
./src/caffe/layers/hdf5_output_layer.cu
The HDF5 output layer performs the opposite function of the other layers in this section: it writes its input blobs to disk.
Parameters
-
Parameters (
HDF5OutputParameter hdf5_output_param
)- Required
file_name
: name of file to write to
- Required
{% highlight Protobuf %} {% include proto/HDF5OutputParameter.txt %} {% endhighlight %}