You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`pytorch/examples` is a repository showcasing examples of using [PyTorch](https://github.com/pytorch/pytorch). The goal is to have curated, short, few/no dependencies _high quality_ examples that are substantially different from each other that can be emulated in your existing work.
@@ -21,7 +19,7 @@ https://pytorch.org/examples/
21
19
-[Variational Auto-Encoders](./vae/README.md)
22
20
-[Superresolution using an efficient sub-pixel convolutional neural network](./super_resolution/README.md)
23
21
-[Hogwild training of shared ConvNets across multiple processes on MNIST](mnist_hogwild)
24
-
-[Training a CartPole to balance in OpenAI Gym with actor-critic](./reinforcement_learning/README.md)
22
+
-[Training a CartPole to balance with actor-critic](./reinforcement_learning/README.md)
25
23
-[Natural Language Inference (SNLI) with GloVe vectors, LSTMs, and torchtext](snli)
26
24
-[Time sequence prediction - use an LSTM to learn Sine waves](./time_sequence_prediction/README.md)
27
25
-[Implement the Neural Style Transfer algorithm on images](./fast_neural_style/README.md)
@@ -32,8 +30,6 @@ https://pytorch.org/examples/
32
30
-[Image Classification Using Forward-Forward](./mnist_forward_forward/README.md)
33
31
-[Language Translation using Transformers](./language_translation/README.md)
34
32
35
-
36
-
37
33
Additionally, a list of good examples hosted in their own repositories:
38
34
39
35
-[Neural Machine Translation using sequence-to-sequence RNN with attention (OpenNMT)](https://github.com/OpenNMT/OpenNMT-py)
0 commit comments