keishinkickback b2c7bd7bfc Bug fix
import pickle and add args. to vocab_path
2017-05-05 16:46:15 -04:00
2017-03-10 16:47:07 +09:00
2017-05-05 16:46:15 -04:00
2017-03-10 16:41:47 +09:00
2017-03-28 01:03:15 +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


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