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