Translations:TensorFlow/3/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "Chargez les modules requis par TensorFlow. {{Commande|module load cuda cudnn python/3.5.2}} Crées un nouvel environnement Python. {{Commande|virtualenv tensorflow}}")
 
No edit summary
Line 1: Line 1:
Chargez les modules requis par TensorFlow.
Chargez les modules requis par TensorFlow.
{{Commande|module load cuda cudnn python/3.5.2}}
{{Commande|module load cuda cudnn python/3.5.2}}
Crées un nouvel environnement Python.
Créez un nouvel environnement Python.
{{Commande|virtualenv tensorflow}}
{{Commande|virtualenv tensorflow}}

Revision as of 16:02, 18 July 2017

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (TensorFlow)
Load modules required by TensorFlow. In some cases, other modules may be required (e.g. CUDA).

Chargez les modules requis par TensorFlow.

Question.png
[nom@serveur ~]$ module load cuda cudnn python/3.5.2

Créez un nouvel environnement Python.

Question.png
[nom@serveur ~]$ virtualenv tensorflow