Python 3 How to Install TensorFlow

Published: 23 May 2017
on channel: OSPY
2,350
9

Python 3 How to Install TensorFlow
1)
Install pip3 and virtualenv.
$ sudo apt-get install python3-pip python3-dev python-virtualenv
2)
Create a virtualenv environment.
$ virtualenv -p python3 --system-site-packages myvenv
3)
Activate the virtualenv environment
$ source myvenv/bin/activate
4)
Install TensorFlow in the active virtualenv environment
$ pip3 install --upgrade tensorflow
5)
$ python3
import tensorflow
Machine Learning

Please Subscribe my Channel :    / @ospy4108  

Python Tutorials :   / pythontutorials  
Please Like this Page to get Latest Python, Machine Learning and Artificial intelligence Tutorials


Watch video Python 3 How to Install TensorFlow online without registration, duration hours minute second in high quality. This video was added by user OSPY 23 May 2017, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,350 once and liked it 9 people.