v0.4.0
Added
TopKlayers now come with aquery_with_exclusionsmethod, allowing
certain candidates to be excluded from top-k retrieval.TPUEmbeddingKeras layer for accelerating embedding lookups for large
tables with TPU.
Changed
-
factorized_top_k.Streaminglayer now accepts a query model, like other
factorized_top_klayers. -
Updated ScaNN to 1.2.0, which requires TensorFlow 2.4.x. When not using
ScaNN, any TF >= 2.3 is still supported.