Skip to content

Commit 63e06c2

Browse files
committed
move OpenNMT
1 parent a60bd4e commit 63e06c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ A repository showcasing examples of using pytorch
1111
- Hogwild training of shared ConvNets across multiple processes on MNIST
1212
- Training a CartPole to balance in OpenAI Gym with actor-critic
1313
- Natural Language Inference (SNLI) with GloVe vectors, LSTMs, and torchtext
14-
- Neural Machine Translation using sequence-to-sequence RNN with attention (OpenNMT)
14+
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

Comments
 (0)