Haste 0.2.0
This release focuses on LSTM performance.
Added
- New time-fused API for LSTM (
lstm::ForwardPass::Run
,lstm::BackwardPass::Run
). - Benchmarking code to evaluate the performance of an implementation.
Changed
- Performance improvements to existing iterative LSTM API.
- BREAKING CHANGE:
h
must not be transposed before passing it tolstm::BackwardPass::Iterate
. - BREAKING CHANGE:
dv
does not need to be allocated andv
must be passed instead tolstm::BackwardPass::Iterate
.