I'm building a convolutional neural network which will contain a certain number of convolution and pooling layers. The problem is that i wanted to add some extra inputs after the feature extraction steps (convolution+pooling).
This extra inputs will be added to the flattened feature maps (first layer of the fully connected layer). I wanted to ask if is there any documentation to implement this, in tensorflow or (if i'm lucky) in keras. Thank you in advance and have a nice day.