Translations:Keras/3/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
#Installez [[TensorFlow/fr|TensorFlow]], [[CNTK]] ou [[Theano]] dans un environnement virtuel Python.
#Installez [[TensorFlow/fr|TensorFlow]], CNTK ou Theano dans un [[Python/fr#Créer_et_utiliser_un_environnement_virtuel|environnement virtuel Python]].
#Activez l’environnement virtuel (dans notre exemple, <tt>$HOME/tensorflow</tt>).
#Activez l’environnement virtuel (dans notre exemple, <tt>$HOME/tensorflow</tt>).
#:{{Command2|source $HOME/tensorflow/bin/activate}}
#:{{Command2|source $HOME/tensorflow/bin/activate}}

Latest revision as of 17:41, 27 June 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Keras)
#Install [[TensorFlow]], CNTK, or Theano in a Python [[Python#Creating_and_using_a_virtual_environment|virtual environment]].
#Activate the Python virtual environment (named <tt>$HOME/tensorflow</tt> in our example).
#:{{Command2|source $HOME/tensorflow/bin/activate}}
#Install Keras in your virtual environment.
#:{{Command2
|prompt=(tensorflow)_[name@server ~]$
|pip install keras}}
  1. Installez TensorFlow, CNTK ou Theano dans un environnement virtuel Python.
  2. Activez l’environnement virtuel (dans notre exemple, $HOME/tensorflow).
    [name@server ~]$ source $HOME/tensorflow/bin/activate
    
  1. Installez Keras dans l’environnement virtuel.
    (tensorflow)_[name@server ~]$ pip install keras