Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolay Bogoychev <nheart@gmail.com>2021-11-22 22:19:58 +0300
committerGitHub <noreply@github.com>2021-11-22 22:19:58 +0300
commit1adf80b7c9d2b3fc688cf16114e5e9b01425f3a2 (patch)
tree8eb42e0207360f984c62ad6ecc480369a2935f1c /CHANGELOG.md
parent3d15cd3d2020abf561b7e0d7ffa87b15baf0dfb1 (diff)
Task alias validation during training mode (#886)
* Attempt to validate task alias * Validate allowed options for --task alias * Update comment in aliases.cpp * Show allowed values for alias Co-authored-by: Roman Grundkiewicz <rgrundkiewicz@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 169a1a5e..4c624954 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -49,6 +49,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fixed loading binary models on architectures where `size_t` != `uint64_t`.
- Missing float template specialisation for elem::Plus
- Broken links to MNIST data sets
+- Enforce validation for the task alias in training mode.
### Changed
- Optimize LSH for speed by treating is as a shortlist generator. No option changes in decoder