I have six channel image (2 RGB image concatenated). I want to train the model with these images using AlexNet. I packed the images into lmdb.
Then I used the OTHER
option for dataset and model, however I am getting the following error when I am creating the model .
ERROR: Top blob 'data' produced by multiple sources.
Creating layer train-data
Creating Layer train-data
Top blob 'data' produced by multiple sources.
Opened lmdb /lmdb_database/train_labels
I am using standard AlexNet architecture.
Data Preparation in lmdb
I have two images in RGB coming from two different modalities. I modified createdb.py script from siamese example to concatenate two images. Once I have the dataset then I am using the standard AlexNet Prototext to train the model