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

@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 Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by