multi Layer input CNN in Matlab 2018

Good morning , can I has an iput Image with Multi layers in MAtlab2018 : layers = imageInputLayer(inputSize) with input image size is M*N*Z (a 3D dimention of size 240*240*155 ) ? thank you .

 採用された回答

Kenta
Kenta 2020 年 3 月 29 日

0 投票

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.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

製品

リリース

R2019b

質問済み:

2019 年 2 月 14 日

回答済み:

2020 年 3 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by