You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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?
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
The text was updated successfully, but these errors were encountered: