Home

Awesome

<p align="center"><img width="40%" src="logo/pytorch_logo_2018.svg" /></p>

This repository provides tutorial code for deep learning researchers to learn PyTorch. In the tutorial, most of the models were implemented with less than 30 lines of code. Before starting this tutorial, it is recommended to finish Official Pytorch Tutorial.

<br/>

Table of Contents

1. Basics

2. Intermediate

3. Advanced

4. Utilities

<br/>

Getting Started

$ git clone https://github.com/yunjey/pytorch-tutorial.git
$ cd pytorch-tutorial/tutorials/PATH_TO_PROJECT
$ python main.py
<br/>

Dependencies