Skip to content

TensorFlow Recommenders Addons v0.6.0

Latest
Compare
Choose a tag to compare
@rhdong rhdong released this 28 Mar 13:05

Release Notes

This is the 6th release of TensorFlow Recommenders-Addons

Main Features or Fixs:

  • [Fix] Reverse update logic within bp_v2 by @Lifann in #306
    • This bug fix is critical and hurts the AUC. So we highly recommend you update it as soon as possible.
    • The related bug only happens in Graph Mode in synchronized training, and the Keras with eager mode would not be affected.
  • [Feat] Support unique in FieldWiseEmbedding and SquashedEmbedding by @rhdong in #311
  • [Feat] Add unique to keras.layers.BasicEmbedding by @rhdong in #309
  • [Feat]Add the features for expanding and shrinking the number of tables in distributed training by independently saving files. by @MoFHeka in #305
  • [Fix] fix error that self._saveable_fn would not exist when checkpoint param is False. by @MoFHeka in #310
  • [Fix] Fixed Redis table unit test (#308) @LinGeLin
  • [Fix]Fix the bug that rehash might not be triggered by @acmore in #299
  • [CI] Removed build warning: 'type qualifier is meaningless on cast type' by @LinGeLin in #298
  • [Fix] Remove redundant code by @WangShengguang in #294
  • [Fix] no register table kernels for int32-float type. by @rhdong in #293

Thanks to our Contributors

@Lifann, @LinGeLin, @MoFHeka and @rhdong

New Contributors

Full Changelog: https://github.com/tensorflow/recommenders-addons/commits/v0.6.0