Skip to content

Commit

Permalink
move OpenNMT
Browse files Browse the repository at this point in the history
  • Loading branch information
soumith committed Mar 21, 2017
1 parent a60bd4e commit 63e06c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ A repository showcasing examples of using pytorch
- 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)

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

- [Neural Machine Translation using sequence-to-sequence RNN with attention (OpenNMT)](https://github.com/OpenNMT/OpenNMT-py)

0 comments on commit 63e06c2

Please sign in to comment.