Add missing marian-vocab do CHANGELOG

This commit is contained in:
Roman Grundkiewicz 2017-11-21 11:00:15 +00:00
parent e378a764ce
commit 19b9a9d492

View File

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Batched translation during validation with translation
- `--maxi-batch-sort` option for `marian-decoder`
- Support for CUBLAS_TENSOR_OP_MATH mode for cublas in cuda 9.0
- The "marian-vocab" tool to create vocabularies
## [1.0.0] - 2017-11-13
@ -34,7 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Synchronous SGD training for multi-gpu (enable with `--sync-sgd`)
- Dynamic construction of complex models with different encoders and decoders,
currently only available through the C++ API
- Option --quiet to suppress output to stderr
- Option `--quiet` to suppress output to stderr
- Option to choose different variants of optimization criterion: mean
cross-entropy, perplexity, cross-entopry sum
- In-process translation for validation, uses the same memory as training