Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 636 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 636 Bytes

PyTorch Examples

A repository showcasing examples of using pytorch

  • MNIST 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
  • Neural Machine Translation using sequence-to-sequence RNN with attention (OpenNMT)