I am implementing the following architecture in colab using tensorflow and keras. How can I concatenate the 2 different layers of different shapes in order to facilitate the skip connections.
Thanks
Sai
I am implementing the following architecture in colab using tensorflow and keras. How can I concatenate the 2 different layers of different shapes in order to facilitate the skip connections.
Thanks
Sai
You can check Keras merge layers. You can use a large number of different functions (Add, Subtract, Concatenate, ..etc.). A good example is shown here.