I would like to process different data types first, and then merge them into a common layer. Is this possible in Caffe, and if so, what would be the best way to do this?
I read that you can define multiple data layers in one prototype file. But how to fuse them?
Can I create an InnerProduct layer and specify multiple bottom layers? Or do I need to merge the individual layers first using the Concat layer?
For any small code example, I would be very grateful!
source share