- Pad the feature 1 vector with zero to make both x & y are equal.
- Make feature 2_modified=feature_2(1:2:end,1:2:end,:)
- Resize any one, so that both can be perfectly concatenate
Concatenation of 2 different feature maps of different dimension
4 次查看(过去 30 天)
显示 更早的评论
Hi all,
In CNN, 2 feature maps have different dimensions, one is 32x32x1024 and another one is 16x16x2048. If I want to merge them without any change in the feature map, what will be the procedure?
I'm using MATLAB 2020b.
Thanks in advance
0 个评论
回答(1 个)
KALYAN ACHARJYA
2021-3-24
编辑:KALYAN ACHARJYA
2021-3-24
Have you refered the following links? (External Links)
If there is no other option left, you may have to choose from the following options -
Hope it helps
2 个评论
KALYAN ACHARJYA
2021-3-24
编辑:KALYAN ACHARJYA
2021-3-24
Yes, these lines are not MATLAB, but you can get the idea, so that it can be implemented in MATLAB as well.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Get Started with Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!