conv_seq2seq icon indicating copy to clipboard operation
conv_seq2seq copied to clipboard

Shape not compatible error

Open Fancy7777 opened this issue 6 years ago • 0 comments

Hi, I met this problem when i train my model using your code.

Node model/conv_seq2seq/encode/conv_encoder/encoder_cnn/conv_layer_0/conv1d/Conv2D incompatible shapes: Shapes (?, 1, ?, 512) and (128, 512, 1, 19) are not compatible.

Any thoughts?

Fancy7777 avatar Nov 19 '19 11:11 Fancy7777