TensorFlow/fr: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 36: Line 36:
Pour utiliser TensorFlow en R, suivez les directives données ci-dessus pour créer un environnement virtuel et y installer TensorFlow. Suivez ensuite cette procédure ː
Pour utiliser TensorFlow en R, suivez les directives données ci-dessus pour créer un environnement virtuel et y installer TensorFlow. Suivez ensuite cette procédure ː


<div class="mw-translate-fuzzy">
Chargez les modules requis.
#Chargez les modules requis.
{{Command2|module load gcc/7.3.0 r/3.5.2}}
#:{{Command2|module load gcc/7.3.0 r/3.5.2}}
Activez votre environnement virtuel Python.
#Activez votre environnement virtuel Python.
{{Command2|source tensorflow/bin/activate}}
#:{{Command2|source tensorflow/bin/activate}}
Lancez R.
#Lancez R.
{{Command2|prompt=(tensorflow)_[name@server ~]$|R}}
#:{{Command2|prompt=(tensorflow)_[name@server ~]$|R}}
En R, installez le paquet devtools, puis TensorFlow :  
#En R, installez le paquet devtools, puis TensorFlow :  
<syntaxhighlight lang="r">
#:<syntaxhighlight lang="r">
install.packages('devtools', repos='https://cloud.r-project.org')
install.packages('devtools', repos='https://cloud.r-project.org')
devtools::install_github('rstudio/tensorflow')
devtools::install_github('rstudio/tensorflow')
</syntaxhighlight>
</syntaxhighlight>
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
rsnt_translations
56,576

edits

Navigation menu