How to install Keras with gpu support?

前端 未结 4 1659
长发绾君心
长发绾君心 2021-01-01 20:00

I installed Tensorflow for GPU using: pip install tensorflow-gpu But when I tried the same for Keras pip install keras-gpu, it pu

4条回答
  •  悲&欢浪女
    2021-01-01 20:53

    Adding to the above two answers, ensure your TensorFlow/Keras environment is using Python 3.6. Keras/TensorFlow doesn't work very well with Python 3.7, as of May 10, 2019.

    I tried to use Keras/TensorFlow with Python 3.7 and I ended up having to reinstall Anaconda, since it sort of broke my Anaconda Prompt.

提交回复
热议问题