How can I reuse the activations from a layer and then merge it with another coming layer in the same neural network like in the figure?

조회 수: 2 (최근 30일)

채택된 답변

Nomit Jangid
Nomit Jangid 2020년 12월 1일
Hi Cinar,
It is not very clear in figure. if you want to add layers output you can use additionLayer function in MATLAB.
A depth concatenation layer takes inputs that have the same height and width and concatenates them along the third dimension (the channel dimension).
I hope this helps!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by