emirhanai/Cryptocurrency-Prediction-with-Artificial-Intelligence-V3.0-GRU-Neural-Network

ValueError: Input 0 of layer "gru_1" is incompatible with the layer

karimmohraz opened this issue · 1 comments

seems like gru layers need "return_sequences=True" to return sequences as output.
https://errorsfixing.com/keras-tensorflow-input-to-rnn-layers/

Thanks,I also find this probloem