Skip to the content.

Tensorflow

Information

Installation

pip install tensorflow tensorflow-datasets tensorflow-estimator

# Installation file creation
smi-download-package python311
smi-install-package python311
mkdir tensorflow-project
cd tensorflow-project
export PATH=/opt/python-3.11.13/bin:$PATH
smi-create-venv
smi-venv-command pip install tensorflow tensorflow-datasets tensorflow-estimator
smi-venv-command pip install click imageio MarkupSafe Markdown wheel setuptools Werkzeug

# Additional for Jupyter
smi-venv-command pip install jupyterlab  notebook voila matplotlib  PyYAML  (pandas - is probably already installed)
smi-venv-command pip install itsdangerous colorama seaborn

# Or
smi-install-package jupyter
smi-install-package tensorflow

CentOS, Rocky Linux

Fedora

FreeBSD

OpenIndiana

Configuration

Usage, tips and tricks

See also