I am trying to do binary classfication in caffe. I have 900 training samples and each sample is a 30-by-15 .mat file and label
is a 900-by-1 .mat file(+1,-1).
Now, my question is how can I make hdf5 data to feed the caffe network. I know how to do it with 1d sample data(this thread) .
kindly someone help me out. Thanks in advance :)