Download
ITEM TILE – File Size: 12.3K
PyTorch Tutorial for Deep Learning Researchers
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
1. Basics
2. Intermediate
- Convolutional Neural Network
- Deep Residual Network
- Recurrent Neural Network
- Bidirectional Recurrent Neural Network
- Language Model (RNN-LM)
3. Advanced
- Generative Adversarial Networks
- Variational Auto-Encoder
- Neural Style Transfer
- Image Captioning (CNN-RNN)
4. Utilities
Getting Started
bash$ git clone https://github.com/yunjey/pytorch-tutorial.git$ cd pytorch-tutorial/tutorials/PATH_TO_PROJECT$ python main.py
Dependencies
Author
Yunjey Choi/ @yunjey
To restore the repository download the bundle
wget https://archive.org/download/github.com-yunjey-pytorch-tutorial_-_2019-10-24_09-31-59/yunjey-pytorch-tutorial_-_2019-10-24_09-31-59.bundle
and run:
git clone yunjey-pytorch-tutorial_-_2019-10-24_09-31-59.bundle
Source: https://github.com/yunjey/pytorch-tutorial
Uploader: yunjey
Upload date: 2019-10-24