../CHANGELOG.md

This commit is contained in:
Marcin Junczys-Dowmunt 2018-06-27 14:09:55 -07:00
parent 0edf3b3913
commit e7344470d1

View File

@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Faster training (20-30%) by optimizing gradient popagation of biases
- Returning hard alignments during decoding
### Fixed
- A couple of bugs in "selection" (transpose, shift, cols, rows) operators during
back-prob for a very specific case: one of the operators is the first operator after
a branch, in that case gradient propgation might be interrupted. This did not affect
any of the existing models as such a case was not present, but might have caused
future models to not train properly.
## [1.5.0] - 2018-06-17
### Added