1614111720
Tensorflow is a software library or framework, designed by the Google team to implement machine learning and deep learning concepts in the easiest manner. It combines the computational algebra of optimization techniques for easy calculation of many mathematical expressions.
This is a official website of TensorFlow : www.tensorflow.org
Let us now consider the following important features of TensorFlow:
TensorFlow is well-documented and includes plenty of machine learning libraries. It offers a few important functionalities and methods for the same.
TensorFlow is also called a “Google” product. It includes a variety of machine learning and deep learning algorithms. TensorFlow can train and run deep neural networks for handwritten digit classification, image recognition, word embedding and creation of various sequence models.
#cudnn #cuda #tensorflow #deep-learning
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
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
1614111720
Tensorflow is a software library or framework, designed by the Google team to implement machine learning and deep learning concepts in the easiest manner. It combines the computational algebra of optimization techniques for easy calculation of many mathematical expressions.
This is a official website of TensorFlow : www.tensorflow.org
Let us now consider the following important features of TensorFlow:
TensorFlow is well-documented and includes plenty of machine learning libraries. It offers a few important functionalities and methods for the same.
TensorFlow is also called a “Google” product. It includes a variety of machine learning and deep learning algorithms. TensorFlow can train and run deep neural networks for handwritten digit classification, image recognition, word embedding and creation of various sequence models.
#cudnn #cuda #tensorflow #deep-learning
1602795600
Libraries like Tensorflow and OpenCV are optimized for working with GPU. For these libraries to communicate with GPU we install CUDA and cuDNN, provided GPU is CUDA compatible. There are different versions of CUDA depending upon the architecture and model of GPU.
So, during the installation of CUDA, we need to first find its suitable version which is compatible with our machine’s GPU.
#opencv #cudnn #gpu #cuda #tensorflow