Skip to content

A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.

License

Notifications You must be signed in to change notification settings

pierrestock/examples

This branch is 414 commits behind pytorch/examples:main.

Folders and files

NameName
Last commit message
Last commit date
Jan 15, 2019
Dec 16, 2018
Oct 17, 2018
Feb 23, 2019
Jan 16, 2019
Feb 15, 2019
Jan 24, 2019
Feb 19, 2019
Oct 14, 2018
Jan 24, 2019
Apr 24, 2018
Oct 5, 2018
Jan 24, 2019
Jan 15, 2019
Jan 30, 2017
Jul 23, 2017

Repository files navigation

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
  • Time sequence prediction - create an LSTM to learn Sine waves

Additionally, a list of good examples hosted in their own repositories:

About

A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.3%
  • C++ 9.6%
  • CMake 1.1%