All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)#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}}
 h French (fr)#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>).
#:{{Command2|source $HOME/tensorflow/bin/activate}}
#Installez Keras dans l’environnement virtuel.
#:{{Command2
|prompt=(tensorflow)_[name@server ~]$
|pip install keras}}