tensorflow / recommenders-addons

Additional utils and helpers to extend TensorFlow when build recommendation systems, contributed and maintained by SIG Recommenders.
Apache License 2.0
587 stars 132 forks source link

[Fix] add HkvHashTableExportWithScores op #447

Closed jq closed 1 month ago

jq commented 2 months ago

Description

Fix missing HkvHashTableExportWithScores op with help/collaborate from @MoFHeka and zhiheng

Fix the incompatiblity with new tf.keras.optimizers.Adagrad, it pass 0 shape tensor during the init, and we fix it by init with 0 Reduce the default buffer_size of FileSystemSaver to 4k

Brief Description of the PR:

Fixes # (issue)

Type of change

Checklist:

How Has This Been Tested?

If you're adding a bugfix or new feature please describe the tests that you ran to verify your changes: