Releases: yandex-research/rtdl-num-embeddings
Releases · yandex-research/rtdl-num-embeddings
Package v0.0.10
New features
- The package now directly provides
LinearEmbeddings
instead of importing this class from another package.
Performance
- Significantly improve efficiency of
PeriodicEmbeddings
andPiecewiseLinearEmbeddings
for cases when there is more than one object in a batch (see #19 for details). The larger the input dimensions -- the larger the speedup. - Improve efficiency of
LinearEmbeddings
.
Changed
- Remove the dependency on
rtdl_revisiting_models
.