Translations:TensorFlow/3/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
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 python/3.5.2}}
Créez un nouvel environnement Python.
Créez un nouvel environnement Python.
{{Commande|virtualenv tensorflow}}
{{Commande|virtualenv tensorflow}}

Revision as of 21:04, 23 October 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 python/3.5.2

Créez un nouvel environnement Python.

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