I have an issue that seems to have no straight forward solution in Keras. My server runs on ubuntu 14.04, keras with backend tensorflow.
Here's the issue:
I have used keras.layers.Add() to add two outputs from two Conv2D layers in keras. Now I wish to invert this operation for a model. Any guidelines on how this can be implemented in Keras?