There was an error while loading. Please reload this page.
1 parent a60bd4e commit 63e06c2Copy full SHA for 63e06c2
README.md
@@ -11,4 +11,7 @@ A repository showcasing examples of using pytorch
11
- Hogwild training of shared ConvNets across multiple processes on MNIST
12
- Training a CartPole to balance in OpenAI Gym with actor-critic
13
- Natural Language Inference (SNLI) with GloVe vectors, LSTMs, and torchtext
14
-- Neural Machine Translation using sequence-to-sequence RNN with attention (OpenNMT)
+
15
+Additionally, a list of good examples hosted in their own repositories:
16
17
+- [Neural Machine Translation using sequence-to-sequence RNN with attention (OpenNMT)](https://github.com/OpenNMT/OpenNMT-py)
0 commit comments