How can I merge (concatenate) feature maps from two different CNN layers in my architecture?

조회 수: 12 (최근 30일)
I am looking for something like "merge" layer in Keras to implement U-Net. Thanks!
  댓글 수: 2
Ritesh Chandna
Ritesh Chandna 2017년 4월 12일
Unfortunately, we do not have a merge layer feature as of now. However, you can refer to the below link which list all the layer features we have:
https://www.mathworks.com/help/nnet/convolutional-neural-networks.html
Please feel free to provide more information about your workflow.
Moses Miller
Moses Miller 2018년 10월 1일
Hi, Any support for merging LSTM layers in R2018b? Thanks!

댓글을 달려면 로그인하십시오.

채택된 답변

Birju Patel
Birju Patel 2018년 3월 6일
편집: Birju Patel 2018년 3월 6일
Hi,
In R2017b, the depth concatenation layer can be used to merge feature maps:
https://www.mathworks.com/help/nnet/ref/nnet.cnn.layer.depthconcatenationlayer.html
I've also attached an example function that can be used to create U-Net in R2017b (createUnet.m).
HTH, Birju

추가 답변 (1개)

o.cefet cefet
o.cefet cefet 2019년 11월 12일
Has anyone ever gotten it on matlab Multiscale Features-Convolutional Neural Network?
Similar to work: https://ieeexplore.ieee.org/document/8625476/

태그

Community Treasure Hunt

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

Start Hunting!

Translated by