2017-03-16 17:31:29 +09:00
2017-03-10 16:47:07 +09:00
2017-03-10 16:41:47 +09:00
2017-03-16 17:31:29 +09:00


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


Future Work


Description
PyTorch Tutorial for Deep Learning Researchers
Readme MIT 35 MiB
Languages
Python 99.4%
Shell 0.6%