ValueError: Shape must be rank 3 but is rank 2. A `Concatenate` layer requires inputs with matching shapes except for the concat

前端 未结 0 2017
说谎
说谎 2020-12-30 02:16

I am trying to use Tensorflow Functional API to define a multi input neural network.

This is my code:

from keras_self_attention import SeqSelfAttention         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题