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

2 Ansichten (letzte 30 Tage)
WO JAE LEE
WO JAE LEE am 2 Apr. 2019
Beantwortet: Kenta am 29 Mär. 2020
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 Kommentar
Qi Chang
Qi Chang am 18 Apr. 2019
Hi, I am still trouble with the multi-input image layer. I dont think they have any support for it.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Kenta
Kenta am 29 Mär. 2020
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.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by