Translations:TensorFlow/3/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
Line 1: Line 1:
Load modules required by Tensorflow:
Load modules required by Tensorflow:
{{Command|module load cuda cudnn python/3.5.2}}
{{Command|module load python/3.5.2}}
Create a new python virtual environment:
Create a new python virtual environment:
{{Command|virtualenv tensorflow}}
{{Command|virtualenv tensorflow}}

Revision as of 21:03, 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).

Load modules required by Tensorflow:

Question.png
[name@server ~]$ module load python/3.5.2

Create a new python virtual environment:

Question.png
[name@server ~]$ virtualenv tensorflow