All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)#Install TensorFlow for R by following [[Tensorflow#R_package | these instructions]].
#Follow the instructions from the parent section.
#Load the required modules. 
#:{{Command2|module load gcc/7.3.0 r/3.5.2}}
# Launch R.
#:{{Command2|R}}
#In R, install the Keras package with <code>devtools</code>. 
#:<syntaxhighlight lang='r'>
devtools::install_github('rstudio/keras')
</syntaxhighlight>
 h French (fr)#Installez TensorFlow [[TensorFlow/fr#Le_paquet_R | suivant ces directives]].
#Suivez les directives de la section parent.
#Chargez les modules nécessaires.  
#:{{Command2|module load gcc/7.3.0 r/3.5.2}}
# Lancez R.
#:{{Command2|R}}
#Avec <code>devtools</code>, installez Keras dans R. 
#:<syntaxhighlight lang='r'>
devtools::install_github('rstudio/keras')
</syntaxhighlight>