Skip to content

Commit

Permalink
docu new features
Browse files Browse the repository at this point in the history
  • Loading branch information
rsennrich committed Oct 28, 2019
1 parent 637d272 commit a3c2740
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
CHANGELOG
---------

development version
-----------

- main new features:
- minimum risk training (MRT)
- new inference code with ensemble decoding support for Transformer/RNN mix

- other new features
- lexical model for RNNs
- gradient accumulation support
- exponential smoothing
- warmup-plateau-decay learning schedule
- sampling translation strategy

- fixes
- fix regressions with deep RNN decoders

v0.4 (17/12/2018)
----------

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Notable features include:
- label smoothing
- early stopping with user-defined stopping criterion
- resume training (optionally with MAP-L2 regularization towards original model)
- minimum risk training (MRT)

- scoring and decoding features:
- batch decoding
Expand Down

0 comments on commit a3c2740

Please sign in to comment.