Is it possible to use .mat files to store input data for the caffe deep learning framework? if yes, how can I change the 'data' of my train_val.prototxt? I am using the googlenet network.
If no, which other file formats can I use rather than mdb and hd5?
For me, using .mat files is better because of their size, my .hd5 files are huge (caffe can't read them because of lack of memory) and I can't find how to save my data as .mdb files in Matlab.