Skip to content

Instantly share code, notes, and snippets.

@dendisuhubdy
Last active June 2, 2020 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dendisuhubdy/bc23afca3e551e637f6f47ee9ac12166 to your computer and use it in GitHub Desktop.
Save dendisuhubdy/bc23afca3e551e637f6f47ee9ac12166 to your computer and use it in GitHub Desktop.
#!/bin/bash
module use ~/projects/rpp-bengioy/modules/*/Core
#module load miniconda3
# for CEDAR
#conda create -n mila --clone="/project/6008064/software/2017/Core/miniconda3/4.3.27"
# for GRAHAM
conda create -n mila --clone="/project/6000167/anaconda3"
conda install pytorch torchvision -c pytorch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment