RePlay 0.18.0 Release notes
- Highlights
- Backwards Incompatible Changes
- Improvements
Highlights
We are excited to announce the release of RePlay 0.18.0!
In this release, we added Python 3.11 support, updated dependency versions to the latest ones, and improved performance of the transformers (Bert4Rec
, SasRec
).
Backwards Incompatible Changes
No changes.
Improvements
Performance of the transformers
Inside the models, when using torch.nn.MultiheadAttention
, all the conditions for using optimized implementation are met. You can read more about them in the class description here. In addition, there is also a decrease in memory costs, so you can use a longer sequence length or increase the size of the batch when learning.