1611066040
In this video I show you the freakishly difficult task of setting up the latest tensorflow version with GPU support on Windows 10 :)
GO HERE FIRST:
https://www.tensorflow.org/install/source#gpu
Python (check compatible version from first link)
conda create --name tf_2.4 python==3.8
Tensorflow (with GPU support)
pip install tensorflow
#tensorflow #deep-learning #developer #programming
1611066040
In this video I show you the freakishly difficult task of setting up the latest tensorflow version with GPU support on Windows 10 :)
GO HERE FIRST:
https://www.tensorflow.org/install/source#gpu
Python (check compatible version from first link)
conda create --name tf_2.4 python==3.8
Tensorflow (with GPU support)
pip install tensorflow
#tensorflow #deep-learning #developer #programming
1616035147
So, I was trying to use my GPU for the running a tensorflow code, but everytime it would run on CPU. I updated my Nvidia drivers, CUDA Toolkit and my tensorflow without any luck.
After a lot web search and trials i was finally able to get codes to run on GPU instead of CPU. I had to try many different codes and tricks from various sources. It took me more than a month to get the right codes and process. So i thought of putting it all in a single page so that someone new doesn’t has to struggle.
I have a Nvidia GeForce 940M graphics card, and I have Python 3.7 version and Anaconda 4.8.3. Assuming that you already have or know how to install Anaconda and Python, lets get started with installing Tensorflow-GPU. First you need to check if your graphics card supports CUDA. This can be checked on the Nvidia website link: https://developer.nvidia.com/cuda-gpus
#tensorflow #installation #cudnn #gpu #cuda
1616707860
The very first and important step is to check which GPU card your laptop is using, based on the GPU card you need to select the correct version of CUDA, cuDNN, MSVC, Tensorflow etc. To check the GPU card on your windows 10 laptop follow below simple steps:
#cudnn #cuda #tensorflow #gpu #geforce-gtx-1650
1601528400
Installing Tensorflow for GPU is an immensely complicated task that will drive you crazy. There are n-number of tutorials online that claims their way of doing things is the most efficient one. Despite their presence, I had a hard time getting stuff done as installing Tensorflow 2.1.0 is a bit different than its predecessor(Tensorflow 1). A minor difference in code will trigger AttributeError. So once I have succeeded, the very thought was to share my experience as a blog elaborating on the process.
The below-mentioned steps will definitely make your life easy:
#gpu #python3 #tensorflow #cudnn #cuda #python
1623223798
Good News!!..…TensorFlow providing in-built GPU.
Great, but how to install it ?? Don’t worry we will crack this in 2 Steps.
Note: This could be done only if the system has Nvidia Graphics Card (Must and should)
Come on let’s jump into it.
Why GPU’s ?
Using GPU’s we could run our neural network problems so comfortably not wasting time on unusual things (I mean sitting all the day to train them by watching epoch by epoch).
So, in this blog we would like to know the installation process very easily (Trust me) in 2 steps.
Steps :
#data-science #tensorflow #gpu-computing #ai #tensorflow-gpu #cuda