I have data where the input is of size [1,1,625] ( width and height is 1 and number of channels is 625). The input size cannot be changed since I need to use the weights of a pretrained model which was trained using this as the input size. I am new to caffe and hence am not able to convert this data into lmdb format for caffe training. Each cell of input can either be 0 or 1 and the target values for the meantime can be considered to be 1 for all the inputs.
Also how to do it if the input is of size [1,1,2] and both the values in the output can be float.
I am trying to run this code on my own dataset.