Releases: eliorc/tavolo
Releases · eliorc/tavolo
v0.8.0
v0.7.0 - DataMapCallback
New features
- Added
tavolo.learning.DataMapCallback
for gathering training dynamics
Removed features
- Removed
tavolo.seq2seq.MultiHeadedAttention
- already implemented under tensorflow addons
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.1
Changes
- Tested on
tensorflow-2.0.0-rc0
(official on tensorflow.org at the time) - Tensorflow installation is no longer a requirement by the package, this is to avoid installing both CPU and GPU version on the host at the same time. It is the user responsibility to install tensorflow
seq2seq.MultiHeadedSelfAttention
removed projection bias by defaultseq2seq.MultiHeadedSelfAttention
has been added a projection layer after the concatenation of the head's results