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

LeRobert/pytorch-examples

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f835081 · Jun 4, 2018
Apr 24, 2018
Apr 26, 2018
Apr 25, 2018
May 15, 2018
Apr 24, 2018
Apr 24, 2018
Apr 24, 2018
Apr 24, 2018
May 14, 2018
Apr 24, 2018
Apr 25, 2018
Jun 4, 2018
Feb 23, 2017
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 99.9%
  • Shell 0.1%