Translations:TensorFlow/3/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
(No difference)

Revision as of 18:06, 17 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).

Load modules required by Tensorflow:

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

Create a new python virtual environment:

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