Combining the outputs of multiple models into one model
问题 I am currently looking for a way i can combine the output of multiple model into one model, I need to create a CNN network that does classification. The image is separated into sections (as seen by the colors), each section is given as input to a certain model (1,2,3,4) the structure of each model is the same, but each section is given to a separate model to ensure that the the same weight is not applied on whole image - My attempt to avoid full weight sharing, and keeping the weight sharing