Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.77 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.77 KB

Deep Learning Course at the IMS (University of Stuttgart)

This repository collects the tutorials for the deep learning course and accompanying material.

Structure

How To Start

  1. Open a terminal.
  2. Change to the directory where you want to download this repository to, e.g., cd ~/ to change to your home directory (create directories using mkdir).
  3. Clone this repository to the current directory using git:
git clone https://github.com/DigitalPhonetics/deep-learning-course.git
  1. Check out our instructions for setting up Jupyter Notebooks.
  2. Set up PyTorch as described in this Jupyter Notebook.
  3. Now you should be ready to use PyTorch in Python, and to be able to run all Jupyter Notebooks of this course.

Help, Feedback & Other Questions

Many commands provide a help if you call them with the -h or --help argument, or appear in the manual with man command where command is the name of the command.

You can also contact us via ILIAS (e.g., in the forum), or open an issue in the GitHub repository!