Open axxroytovu opened 7 years ago
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.
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.
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!
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