forked fromyunjey/pytorch-tutorial
- Notifications
You must be signed in to change notification settings - Fork0
PyTorch Tutorial for Deep Learning Researchers
License
NotificationsYou must be signed in to change notification settings
poppingcode/pytorch-tutorial
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository provides tutorial code for deep learning researchers to learnPyTorch. In the tutorial, most of the models were implemented with less than 30 lines of code. Before starting this tutorial, it is recommended to finishOfficial Pytorch Tutorial.
- Convolutional Neural Network
- Deep Residual Network
- Recurrent Neural Network
- Bidirectional Recurrent Neural Network
- Language Model (RNN-LM)
- Generative Adversarial Network
- Image Captioning (CNN-RNN)
- Deep Convolutional GAN (DCGAN)
- Variational Auto-Encoder
- Neural Style Transfer
$ 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
Yunjey Choi/@yunjey
About
PyTorch Tutorial for Deep Learning Researchers
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Python99.4%
- Shell0.6%