Skip to content

Instantly share code, notes, and snippets.

@prerakmody
Created July 9, 2025 19:05
Show Gist options
  • Save prerakmody/70e6d0f21075c95c7f98b64e85d176a4 to your computer and use it in GitHub Desktop.
Save prerakmody/70e6d0f21075c95c7f98b64e85d176a4 to your computer and use it in GitHub Desktop.
Basic MSc internship guidelines
  1. Powershell vs git-bash on windows
    • ls vs dir, ...
  2. Learn unix commands
    • cd, ls, ls -l, .bashrc (for alias), ln -s
  3. Learng git commands
    • git status, git commit, git push, git branch
  4. Learn how to setup SSH keys
    • ssh-keygen, setting keys in web UI of git (github, gitlab, bitbucket etc) system, .ssh/authorized_keys
  5. VSCode/Pycharm setup
    • debugger
    • SSH via editor into compute cluster
  6. conda
    • installing, environments, setting up within editor

  1. Getting access to university/orgaization compute clusters
  1. Basics of dataloader
    • efficiency of dataloader with pyinstrument
  2. Basic of training step
  3. Logging to tensorboard/wandb
  4. Tracking
  5. SLURM commands
    • sbatch, sinfo, squeue, slurm-viewer
  1. Views: axial, coronal, sagittal
  2. Resampling
  3. RAS vs LPS views
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment