Translations:Keras/6/en

From Alliance Doc
Jump to navigation Jump to search
  1. Install TensorFlow for R by following these instructions.
  2. Follow the instructions from the parent section.
  3. Load the required modules.
    [name@server ~]$ module load gcc/7.3.0 r/3.5.2
    
  1. Launch R.
    [name@server ~]$ R
    
  1. In R, install the Keras package with devtools.
    devtools::install_github('rstudio/keras')