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.