1

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 :)

Community
  • 1
  • 1

1 Answers1

0

It's basically the same, only yourX now has size: [900 30 15 1]

Shai
  • 111,146
  • 38
  • 238
  • 371