Question regrading CNN for multi-input (multiple input layer)

Hi, I am a PhD student who are working on deep learning area.
I am just wondeirng is there multi-input cnn funtion in the 2019a for network design?
I just want to use 3 images (same size) in CNN as input layer, so 3 input layers are required... but looks like only one input layer is allowed in matlab.

1 Comment

Hi, I am still trouble with the multi-input image layer. I dont think they have any support for it.

Sign in to comment.

 Accepted Answer

As of 2019b, a new system called "custom training loop" which enables you to implement multi-input CNN is available.
For example, you can refer to the example below.
As of 2019a, to implement multi-input CNN is not easy. If you can update the version of Matlab, please try the example below.

More Answers (0)

Categories

Asked:

on 2 Apr 2019

Answered:

on 29 Mar 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!