Adding inputs to CNNs after convolutional layers

I am trying to add another input to a CNN right after the output of the convolutional layers and before the input to the fully connected layer.
Is there a clever way of adding an input in such a way?
Here's how I want it to look
Image input
2dconvultionallayer
RELU layer
maxpooling layer
<add another interger input>
fully connected layer
classification layer
I couldn't find anything in the MATLAB neural networkin documentation.
Thank you.

 採用された回答

Srivardhan Gadila
Srivardhan Gadila 2019 年 8 月 28 日

0 投票

Training DAG networks with multiple input layers is not supported. I have heard that this issue is known and the concerned parties are may be investigating on this.

1 件のコメント

Srivardhan Gadila
Srivardhan Gadila 2020 年 3 月 5 日
@Siddharth Varughese, The above answer was w.r.t MATLAB R2019a.
As of MATLAB R2019b please refer to Multiple-Input and Multiple-Output Networks.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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

製品

リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by