Translations:Keras/6/fr

From Alliance Doc
Revision as of 21:01, 28 January 2019 by Diane27 (talk | contribs)
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 devtools, installez Keras dans R.
    devtools::install_github('rstudio/keras')