ValueError: Input 0 of layer "gru_1" is incompatible with the layer
karimmohraz opened this issue · 1 comments
karimmohraz commented
seems like gru layers need "return_sequences=True" to return sequences as output.
https://errorsfixing.com/keras-tensorflow-input-to-rnn-layers/
rzyaly commented
Thanks,I also find this probloem