Setting Up TensorFlow with GPU (CUDA): A Step-by-Step Installation Guide
Author(s): Muaaz Originally published on Towards AI. If you are writing Deep Learning code on a machine with a GPU, TensorFlow will default to running on the CPU. This happens because TensorFlow does not automatically select the best hardware. To use the GPU, you must specify it manually. To run TensorFlow code on a GPU, you don’t need any extra setup beyond installing the GPU-enabled version of TensorFlow. However, if you are using Windows, you must install Windows […]