Skip to content

v0.7.3

Latest
Compare
Choose a tag to compare
@maciejkula maciejkula released this 03 Feb 02:08
· 13 commits to main since this release

Changed

  • The Retrieval task now accepts a list of factorized metrics instead of a
    single optional metric.

Added

  • tfrs.experimental.optimizers.ClippyAdagrad: a new optimizer based on
    tf.keras.optimizers.Adagrad that is able to improve training stability.
  • tfrs.metrics.FactorizedTopK now accepts sample weights which are used to
    compute weighted top k metrics.