User:Oleaj@uab.edu

From Cheaha
Revision as of 17:57, 23 February 2021 by Oleaj@uab.edu (talk | contribs) (Notes To Self)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Notes To Self:

Use module load cuda10.1/toolkit otherwise you don't get the nvidia drivers. When you install pytorch make sure it is for the correct cuda version.

python import torch print('cuda.version: ', torch.cuda.version)

The above will show the version of cuda pytorch expects.

Use conda environments rather than venv. conda environments can be added to juypter notebook and you have control over the python version.