Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any way to concatinate new information after convolution? #68

Open
axxroytovu opened this issue Sep 27, 2017 · 3 comments
Open

Any way to concatinate new information after convolution? #68

axxroytovu opened this issue Sep 27, 2017 · 3 comments

Comments

@axxroytovu
Copy link

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

@cbovar
Copy link
Owner

cbovar commented Oct 4, 2017

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
Copy link
Owner

cbovar commented Oct 8, 2017

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.

@gianlucabertani
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants