All public logs

Jump to navigation Jump to search

Combined display of all available logs of UMIACS. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:37, 14 August 2023 Mbaney talk contribs created page Tensorflow (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..............................................................................")