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:
authorMarcin Junczys-Dowmunt <marcinjd@microsoft.com>2021-04-20 18:50:53 +0300
committerMarcin Junczys-Dowmunt <marcinjd@microsoft.com>2021-04-20 18:50:53 +0300
commit3e51ff387232f1096e9560980f0115ac734224f5 (patch)
tree7f6e97f309119c801a42803082e164822a5e2d64 /CHANGELOG.md
parent8a53b761d5bc922e4ab058a4487ad362d2edefaf (diff)
fix depth-scaling in FFN
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 cbab6b5a..752847e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fix compilation with OMP
### Fixed
+- Missing depth-scaling in transformer FFN
- Fixed an issue when loading intgemm16 models from unaligned memory.
- Fix building marian with gcc 9.3+ and FBGEMM
- Find MKL installed under Ubuntu 20.04 via apt-get