Skip to content

Commit

Permalink
Performance enhancements for sparse embedding lookups.
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphack committed Feb 16, 2023
1 parent 497f9c3 commit 2166e5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RELEASE.md
Expand Up @@ -34,6 +34,14 @@
model and exports it if the user-defined comparison function determines
that it is an improvement.

* Embeddings:

* `tf.nn.embedding_lookup_sparse` and `tf.nn.safe_embedding_lookup_sparse`
now support ids and weights described by RaggedTensors, which are more
memory efficient than SparseTensors. The new boolean argument
`allow_fast_lookup` enables a simplified and typically faster lookup
procedure.

## Bug Fixes and Other Changes

* <SIMILAR TO ABOVE SECTION, BUT FOR OTHER IMPORTANT CHANGES / BUG FIXES>
Expand Down

0 comments on commit 2166e5d

Please sign in to comment.