I'm new in caffe and I'm confused by reading too many post about how to pass the data to network.
Let me explain my problem: I have images set and a csv file which in each row I saved the image name(it contains number and letter) and and its multilable(feature vector of the image). Because the feature vector as a multilabel contains float numbers, I have to convert data to hdf5. My first question is, is hdf5 file could read my image name which contains letter? the second question is, whether I convert the image set to hdf5 or converting csv file of image label to the hdf5 is enough?
Thanks,