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

Cryptocurrency Prediction with Artificial Intelligence V3.0 [GRU Neural Network]
GNU General Public License v3.0
50 stars 17 forks source link

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

Open karimmohraz opened 2 years ago

karimmohraz commented 2 years ago

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

rzyaly commented 2 years ago

Thanks,I also find this probloem