ConvNetSharp icon indicating copy to clipboard operation
ConvNetSharp copied to clipboard

Any way to concatinate new information after convolution?

Open axxroytovu opened this issue 7 years ago • 3 comments

I'm looking to make a CNN which concatenates new information in on the first fully connected layer. Am I missing something already included or can you implement this feature? Graph flow would go:

Image vvvvvv Convolution Layer vvvvvv Fully Connected Layer <<< Additional Information vvvvvv Output Layer

axxroytovu avatar Sep 27 '17 21:09 axxroytovu

Hi. There used to be a 'MergeLayer' to do that. It seems it somehow disappeared after some refacto. I am currently on on holidays with no access to a computer. I can take a look when I'll be back.

cbovar avatar Oct 04 '17 15:10 cbovar

I've found those two classes from version 0.2.0: MergeLayer VolumeWrapper

It can give an idea how to implement a MergeLayer in the current version.

cbovar avatar Oct 08 '17 14:10 cbovar

Hello,

after 3 years, are there any news on this? I need this feature too. Alternatively, is there a correct way to implement the same network using a computational graph? If yes, can you provide an example?

Thanks!

gianlucabertani avatar Oct 07 '20 16:10 gianlucabertani