Skip to content

smturzo/DL_CRASH_COURSE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published