pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
repo name | pytorch/examples |
repo link | https://github.com/pytorch/examples |
homepage | |
language | Python |
size (curr.) | 39946 kB |
stars (curr.) | 12129 |
created | 2016-08-24 |
license | BSD 3-Clause “New” or “Revised” License |
PyTorch Examples
A repository showcasing examples of using PyTorch
- Image classification (MNIST) using Convnets
- Word level Language Modeling using LSTM RNNs
- Training Imagenet Classifiers with Residual Networks
- Generative Adversarial Networks (DCGAN)
- Variational Auto-Encoders
- Superresolution using an efficient sub-pixel convolutional neural network
- Hogwild training of shared ConvNets across multiple processes on MNIST
- Training a CartPole to balance in OpenAI Gym with actor-critic
- Natural Language Inference (SNLI) with GloVe vectors, LSTMs, and torchtext
- Time sequence prediction - use an LSTM to learn Sine waves
- Implement the Neural Style Transfer algorithm on images
- Several examples illustrating the C++ Frontend
Additionally, a list of good examples hosted in their own repositories: