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.
-
Variational Auto-Encoder (will be updated soon)
-
Neural Style Transfer (will be updated soon)
$ 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