Skip to content

yunjey/pytorch-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3d3738f · May 23, 2017

History

91 Commits
Mar 10, 2017
May 23, 2017
Mar 20, 2017
Mar 10, 2017
May 23, 2017

Repository files navigation


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.


Table of Contents


Getting Started

$ git clone https://github.com/yunjey/pytorch-tutorial.git
$ cd pytorch-tutorial/tutorials/project_path
$ python main.py               # cpu version
$ python main-gpu.py           # gpu version

Dependencies