Step-by-step – Keras Installation in Ubuntu 22.04

July 29, 2022 | By the+gnu+linux+evangelist.

Installing

  1. 3. Installing Keras

    Then to Install Keras on Ubuntu.

    Keras is a component of the TensorFlow suite and so it’s installed toghether with it…
    So now for TensorFlow Stable Release CPU-only execute:

    pip3 install --user tensorflow

    Again to install a Specific Version use:

    pip install -Iv --user tensorflow==[MYVERSION]

    Just Replace in the above Command [MYVERSION] with the choosen one, Eg. “2.10”.
    In case, for a Python 2 Setup Change pip3 in pip in the above Commands.
    For Nightly build CPU-only (unstable):

    pip3 install --user tf-nightly

    GPU package for CUDA-enabled GPU cards:

    pip3 install --user tensorflow-gpu

    Nightly build with GPU support (unstable):

    pip3 install --user tf-nightly-gpu

    Finally, if instead you want to Install Only Keras:

    pip3 install --user keras
  2. 4. Keras Getting-Started Guide

    Getting-Started with Keras on Ubuntu GNU/Linux

    Keras Quick Start Guide

So Now I’m truly Happy if My Guide could Help you to Install Keras on Ubuntu 22.04!

Contents


QuickChic Theme • Powered by WordPress