Skip to content Skip to sidebar Skip to footer

Keras Lstm Multiple Errors From Trying To Create Model Architecture

This is a duplicate Question that i posted earlier today, in the other question i was using an old version of Keras. I've upgraded to Keras 2.0.0 and still was getting a lot of err

Solution 1:

I think that the problem goes around TF version. Version compatibility between Keras and TF is a problem that probably anyone has faced, as TF API changes a lot in a small period of time.

I think that for Keras 2.2.X you need a TF version > 1.10.X

Try updating it and see if the problem is fixed!

Post a Comment for "Keras Lstm Multiple Errors From Trying To Create Model Architecture"