Classifier with multiple images as input and multiple labels as output

Here is the updated model with the option to use transfer learning with multiple channel images (any number of channels).
It duplicates RGB weights of first convolution on top of missing channels (IE: RGBY image use RGBR weights, RGBXYZ use RGBRGB).

TODO: Data Block Api support…

7 Likes