search

Home  >  Q&A  >  body text

Newbie, I don’t know how to solve the problem of keras import failure in python?

I am using python2.7. I installed Anaconda2 and MinGW according to the instructions on the Internet. After installing theano and keras, I used import to test. Theano has no problem, but keras has the following error:

The solution found on the official website, after changing the backend in keras.json to theano, still does not solve the problem and still has the same result. Ask for a solution.

女神的闺蜜爱上我女神的闺蜜爱上我2707 days ago904

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-06-28 09:24:47

    The tensorflow module is missing. Search how to install it, usually pip install -U tensorflow or something like that

    reply
    0
  • Cancelreply