Update CHANGELOG

This commit is contained in:
Roman Grundkiewicz 2018-02-19 14:55:39 +00:00
parent f1b426bb0b
commit 4c7df27d6b

View File

@ -12,10 +12,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Data weighting with `--data-weighting` at sentence or word level
- Persistent SQLite3 corpus storage with `--sqlite file.db`
- Experimental multi-node asynchronous training
- Restoring optimizer and training parameters such as learning rate, validation
results, etc.
### Fixed
- Deterministic data shuffling with specific seed for SQLite3 corpus storage
## [1.3.1] - 2018-02-04
### Fixed