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 Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by