TensorFlow is an open-source platform for machine learning built by Google. It can runs on CPU or GPU on different devices.

TensorFlow can be installed system-wide, in a Python virtual environment, as a Docker container, or with Anaconda.

In this tutorial, we’ll explain how to install TensorFlow in a Python virtual environment on Debian 10.

A virtual environment allows you to 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

#debian 10 #tensorflow #install

How to Install TensorFlow on Debian 10
11.70 GEEK