TensorFlow/fr: Difference between revisions

Jump to navigation Jump to search
Updating to match new version of source page
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 7: Line 7:
==Installation==
==Installation==


<div class="mw-translate-fuzzy">
Les directives suivantes servent à installer TensorFlow dans votre répertoire personnel (''home'') à l'aide des ([http://pythonwheels.com/ ''wheels'' Python ]) préparés par Calcul Canada; ils se trouvent dans <code>/cvmfs/soft.computecanada.ca/custom/python/wheelhouse/</code>.  
Les directives suivantes servent à installer TensorFlow dans votre répertoire personnel (''home'') à l'aide des ([http://pythonwheels.com/ ''wheels'' Python ]) préparés par Calcul Canada; ils se trouvent dans <code>/cvmfs/soft.computecanada.ca/custom/python/wheelhouse/</code>.  
<br />
<br />
Line 12: Line 13:
<br />
<br />
Ces directives sont valides pour Python 3.6; d'autres versions peuvent être installées en utilisant le module approprié.
Ces directives sont valides pour Python 3.6; d'autres versions peuvent être installées en utilisant le module approprié.
</div>


<tabs>
<tab name="TF 2.x">
<div class="mw-translate-fuzzy">
Chargez les modules requis par TensorFlow.
Chargez les modules requis par TensorFlow.
{{Command2|module load python/3.6}}
{{Command2|module load python/3.6}}
</div>


Créez un nouvel environnement Python.
Créez un nouvel environnement Python.
Line 22: Line 29:
{{Command2|source tensorflow/bin/activate}}
{{Command2|source tensorflow/bin/activate}}


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).
Install TensorFlow in your newly created virtual environment using the following command.
 
<tabs>
<tab name="TF 2.x">
{{Command2|prompt=(tensorflow) [name@server ~]$
{{Command2|prompt=(tensorflow) [name@server ~]$
|pip install --no-index tensorflow}}
|pip install --no-index tensorflow}}
Line 31: Line 35:
<tab name="TF 1.x">
<tab name="TF 1.x">


Depending on whether you need to use a GPU, use one of the following commands.
 
Load modules required by TensorFlow. TF 1.x requires StdEnv/2018.
{{Command2|module load StdEnv/2018 python/3}}
 
Create a new Python virtual environment.
{{Command2|virtualenv --no-download tensorflow}}
 
Activate your newly created Python virtual environment.
{{Command2|source tensorflow/bin/activate}}
 
Install TensorFlow in your newly created virtual environment using one of the commands below, depending on whether you need to use a GPU.


'''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.
38,892

edits

Navigation menu