Skip to content

Commit

Permalink
v0.2.1 of theano version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsennrich committed May 23, 2018
1 parent 53f5599 commit 5727727
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
CHANGELOG
---------

dev
v0.2.1 (23/5/18)
----------

- move theano backend out of master branch
- more efficient training with --token_batch_size
- data iterator for multilingual training (#67)

v0.2 (17/12/2017)
----------
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Attention-based encoder-decoder model for neural machine translation
This package is based on the dl4mt-tutorial by Kyunghyun Cho et al. ( https://github.com/nyu-dl/dl4mt-tutorial ).
It was used to produce top-scoring systems at the WMT 16 shared translation task.

This version of Nematus is based on Theano. The main development work is done on the Tensorflow version in the master branch.

The changes to Nematus include:

- new architecture variants for better performance:
Expand Down

0 comments on commit 5727727

Please sign in to comment.