Why do I get MatMul dimensions error when using keras Attention layer with different sizes for Value and Query?

后端 未结 0 1114
有刺的猬
有刺的猬 2021-01-19 05:36

I am trying to use the keras.layers.Attention layer for channeled data of dimensions (batch_size, seq_len, num_features, num_channels) = (None, 200, 8, 2).

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