How to Install TensorFlow on Ubuntu 18.04
TensorFlow is a free and open source platform for machine learning built by Google.
|
|
TensorFlow can be installed system-wide, in a Python virtual environment or as a Docker container using pip. For learning purposes, it is best to install TensorFlow in a Python virtual environment. This way you can have multiple different isolated Python environments on a single computer and install a specific version of a module on a per project basis without worrying that it will affect your other Projects.
This tutorial describes how to install TensorFlow on Ubuntu 18.04. Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.