Questions tagged [multimodal]

32 questions
0
votes
1 answer

How to define Kronecker product layer of 2 keras layers of shape (None, 4096) is performed?

Let's say there are 2 different/separate keras layers, encoder_1 & encoder_2 with both having output shape of (None, 4096). Now how to define keras multiply layer which gives (None, 4096, 4096) as it's output shape. Is this same as Kronecker…
Bhuvan S
  • 213
  • 1
  • 4
  • 10
1 2
3