ConvNet
1.0
A GPU-based C++ implementation of Convolutional Neural Nets
|
Buffers a specified number of batches, averages them and then writes the average into an HDF5 file. More...
#include <datahandler.h>
Public Member Functions | |
AveragedDataWriter (const string &output_file, const int dataset_size, const int avg_after, int max_batchsize) | |
virtual void | AddStream (const string &name, const int numdims) |
virtual void | Write (Matrix &mat, const int data_id, const int rows) |
Public Member Functions inherited from DataWriter | |
DataWriter (const string &output_file, const int dataset_size) | |
Buffers a specified number of batches, averages them and then writes the average into an HDF5 file.