38,760
edits
(Created page with "Installez TensorFlow dans votre nouvel environnement virtuel en utilisant une des commandes suivantes, selon si vous avez besoin d'utiliser un GPU.") |
(Updating to match new version of source page) |
||
Line 25: | Line 25: | ||
Installez TensorFlow dans votre nouvel environnement virtuel en utilisant la commande suivante. | Installez TensorFlow dans votre nouvel environnement virtuel en utilisant la commande suivante. | ||
{{Command2|prompt=(tensorflow) [name@server ~]$ | {{Command2|prompt=(tensorflow) [name@server ~]$ | ||
|pip install --no-index tensorflow}} | |pip install --no-index tensorflow{{=}}{{=}}2.5}} | ||
</tab> | </tab> | ||
<tab name="TF 1.x"> | <tab name="TF 1.x"> | ||
Line 44: | Line 44: | ||
=== CPU seulement === | === CPU seulement === | ||
{{Command2|prompt=(tensorflow) [name@server ~]$ | {{Command2|prompt=(tensorflow) [name@server ~]$ | ||
|pip install --no-index tensorflow_cpu}} | |pip install --no-index tensorflow_cpu{{=}}{{=}}1.15.0}} | ||
=== GPU === | === GPU === | ||
{{Command2|prompt=(tensorflow) [name@server ~]$ | {{Command2|prompt=(tensorflow) [name@server ~]$ | ||
|pip install --no-index tensorflow_gpu}} | |pip install --no-index tensorflow_gpu{{=}}{{=}}1.15.0}} | ||
</tab> | </tab> | ||
</tabs> | </tabs> |