Reduce (None, None, 2) to (None,2) using Keras

前端 未结 0 558
执念已碎
执念已碎 2020-12-24 08:59

I am using keras with functional API and I have a tensor that is X = (None, 2) tensor and I need to concatenate it with a Y = (None,7) tensor to get a (None,9) tensor. The p

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