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?

1 Ansicht (letzte 30 Tage)

Akzeptierte Antwort

Nomit Jangid
Nomit Jangid am 1 Dez. 2020
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!

Weitere Antworten (0)

Kategorien

Mehr zu Image Data Workflows finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by