UMIACS Servers: Difference between revisions

Line 42: Line 42:
;Notes
;Notes
* You will need to install things with <code>pip --user</code>
* You will need to install things with <code>pip --user</code>
* You may need to add your local site-packages to your PYTHONPATH environment variable
** Add this to .bashrc:
** <code>export PYTHONPATH="${PYTHONPATH}:/nfshomes/$(whoami)/.local/lib/python3.7/site-packages/"</code>


===Install PyTorch===
===Install PyTorch===