Skip to content Skip to sidebar Skip to footer

How To Fix Import Keras Error With Python Console

I import keras with tensorflow backend, but this error is occured. I install tensoflow, is worked before. but some error message occured, it doesn't work. >>>import keras

Solution 1:

Try to import with tensorflow.keras or import keras

Keras switched to tensorflow.keras, which is a part of tensorflow >= 1.10.0.

Post a Comment for "How To Fix Import Keras Error With Python Console"