From 713a30e67210b48df3b482d57e5be56507a5abc8 Mon Sep 17 00:00:00 2001 From: Ritchie Ng Date: Tue, 25 Apr 2017 20:08:11 +0800 Subject: [PATCH] feat: Open-Source Neural Machine Translation in PyTorch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 985d6f2..6e6ec8f 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ This is a curated list of tutorials, projects, libraries, videos, papers, books - [Pixel-wise Segmentation on VOC2012 Dataset using PyTorch](https://github.com/bodokaiser/piwise) - [Draw like Bob Ross](https://github.com/kendricktan/drawlikebobross) - [Reinforcement learning models using Gym and Pytorch](https://github.com/jingweiz/pytorch-rl) +- [Open-Source Neural Machine Translation in PyTorch](https://github.com/OpenNMT/OpenNMT-py) ## Useful PyTorch Extensions - ~~[Weight initialization schemes for PyTorch nn.Modules](https://github.com/alykhantejani/nninit)~~ Added to PyTorch [main branch](https://github.com/pytorch/pytorch/blob/master/torch/nn/init.py)