conv_seq2seq
conv_seq2seq copied to clipboard
Shape not compatible error
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?