3

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

1 Answers1

1

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.

Youssef Emad
  • 319
  • 2
  • 13