Translations:Keras/3/fr

From Alliance Doc
Revision as of 19:42, 30 January 2019 by Diane27 (talk | contribs)
Jump to navigation Jump to search
  1. Installez TensorFlow, CTNK 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