Tensorflow: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 April 2024

26 October 2023

25 October 2023

14 August 2023

  • curprev 19:3719:37, 14 August 2023Mbaney talk contribs 3,287 bytes +3,287 Created page with "Tensorflow is a Python deep learning package from Google. The easiest way to use it is to build a Python virtualenv with it in it. First load GPU modules to allow access to accelerated GPGPU training. <pre>module add cuda/9.0.176 cudnn/v7.0.5</pre> Next you will want to create a virtualenv and source into it. <pre> $ virtualenv env New python executable in env/bin/python Installing Setuptools.............................................................................."