Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 2.36 KB

README.md

File metadata and controls

36 lines (30 loc) · 2.36 KB

DL_CRASH_COURSE

Disclaimer: None of the course material are mine. These materials were found after exhaustively searching the internet and what seemed to be free and relevant to the work we do. Note: The directories of the individuals are people from the Lindert Lab who showed interest in working through this crash course with me. For the interested individuals I created a directory (per person with their first name). The created directories for the respective individuals to upload their tutorials, examples, notes, assignments, papers and/or problems they want to talk about.

Week 1:

Lectures:

Week 2:

For this focus on logistic model for classification problem with the MNIST dataset.

Pytorch installation guides on OSC

  • 1. module load miniconda3
  • 2. module load cuda/10.2.89
  • 3. conda create --name pytorchenv
  • 4. conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
  • 5. conda activate pytorchenv

Note: Alternatively you can also do this on Google Colab. However, at some point you will need to switch over to OSC when you actually use it on your own dataset at some point in the course.

Tutorials: