ValueError: Input 0 of layer conv1d is incompatible with the layer: expected ndim=3, found ndim=4. Full shape received: [4, 7, 10, 128]

后端 未结 0 1774
借酒劲吻你
借酒劲吻你 2020-11-29 22:56

I tried running the second example provided in the tensorflow documentation of Conv1D.

input_shape = (4, 7, 10, 128)
x = tf.random.normal(input_shape)
y = tf         


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