How to install Tensorflow & keras in windows without cuda

12,283

You can find more information on this link: https://www.tensorflow.org/install/pip

Follow the instructions of: 2. Create a virtual environment (recommended), and select Conda.

For the following line of code: pip install --ignore-installed --upgrade <packageURL>
you can use https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.11.0-cp36-cp36m-win_amd64.whl for <packageURL>

This is the TensorFlow Windows package, for Python 3.6 and CPU only (since you don't have a Nvidia GPU).

Share:
12,283

Related videos on Youtube

Hari Pranesh
Author by

Hari Pranesh

Updated on June 04, 2022

Comments

  • Hari Pranesh
    Hari Pranesh almost 2 years

    Can anyone guide me how to install keras and tensorflow without cuda in windows as i have only AMD graphics card..How to make it run in CPU?I have already installed python 3.6 and anaconda environment..