Translations:Keras/6/fr

From Alliance Doc
Revision as of 20:58, 28 January 2019 by Diane27 (talk | contribs) (Created page with "#Installez TensorFlow suivant ces directives. #Follow the instructions from the parent section. #Chargez les modules nécessaires. #:{{Comman...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  1. Installez TensorFlow suivant ces directives.
  2. Follow the instructions from the parent section.
  3. Chargez les modules nécessaires.
    [name@server ~]$ module load gcc r/3.5.0
    
  1. Lancez R.
    [name@server ~]$ R
    
  1. Avec desvtools, installez Keras dans R.
    devtools::install_github('rstudio/keras')