How to install tensorflow in Python 3.6
TensorFlow is a free and open-source software library for machine learning. It can be used across a range of tasks but has a particular focus on training and inference of deep neural networks.
We require Python version 3.6 and pip version 9.0.1
Installation Commands using cmd
C:> pip3 install --upgrade tensorflow // cpu C:> pip3 install --upgrade tensorflow-gpu // gpu
Subscribe
Login
Please login to comment
0 Discussion