Skip to content

Releases: yandex-research/rtdl-num-embeddings

Package v0.0.10

11 Aug 13:08
Compare
Choose a tag to compare

New features

  • The package now directly provides LinearEmbeddings instead of importing this class from another package.

Performance

  • Significantly improve efficiency of PeriodicEmbeddings and PiecewiseLinearEmbeddings 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.