Skip to content

Instantly share code, notes, and snippets.

@MechCoder
Last active December 10, 2016 22:28
Show Gist options
  • Save MechCoder/c238af1c3ddc5a6076f6944aa1f905a2 to your computer and use it in GitHub Desktop.
Save MechCoder/c238af1c3ddc5a6076f6944aa1f905a2 to your computer and use it in GitHub Desktop.
1. ssh mks542@hpc.nyu.edu
2. ssh -X mercer
To create an interactive job on the GPU:
# You should increase the mem and walltime argument depending on the requirement.
3. qsub -I -l nodes=1:ppn=1:gpus=1,mem=32GB,walltime=03:00:00
4. module load librosa/0.4.1
5. module avail tensorflow
# Choose the version you would like.
6. module load tensorflow/python2.7/20161207
To submit a job, you need to write this shell script.
https://gist.github.com/MechCoder/c8756fa3753bc996440347174d0f9cb1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment