TensorFlow/fr: Difference between revisions

Updating to match new version of source page
(Created page with "==Opérateurs personnalisés== Dans le cadre de votre recherche, vous pourriez avoir besoin d'utiliser [https://github.com/Yang7879/3D-BoNet du code pour tirer avantage des op...")
(Updating to match new version of source page)
Line 22: Line 22:
{{Command2|source tensorflow/bin/activate}}
{{Command2|source tensorflow/bin/activate}}


Pour installer TensorFlow dans votre nouvel environnement virtuel, voyez les sections ci-dessous.  
Install TensorFlow in your newly created virtual environment using one of the commands below; depending on the version of TF you need (v1 or v2).
 
<tabs>
<tab name="TF 2.x">
{{Command2|prompt=(tensorflow) [name@server ~]$
|pip install --no-index tensorflow}}
</tab>
<tab name="TF 1.x">
 
Depending on whether you need to use a GPU, use one of the following commands.


'''N'installez pas''' le paquet <code>tensorflow</code> sans le suffixe <code>_cpu</code> ou <code>_gpu</code> car il existe des problèmes de compatibilité avec d'autres bibliothèques.
'''N'installez pas''' le paquet <code>tensorflow</code> sans le suffixe <code>_cpu</code> ou <code>_gpu</code> car il existe des problèmes de compatibilité avec d'autres bibliothèques.
Line 33: Line 42:
{{Command2|prompt=(tensorflow) [name@server ~]$
{{Command2|prompt=(tensorflow) [name@server ~]$
|pip install --no-index tensorflow_gpu}}
|pip install --no-index tensorflow_gpu}}
</tab>
</tabs>


=== Le paquet R  ===
=== Le paquet R  ===
38,897

edits