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 should set synchronous=True for TFRA optimizer #449

Closed jq closed 1 month ago

jq commented 1 month ago

Description

1 . should set synchronous=True for TFRA optimizer

  1. should not use bp_v2 for sync training
  2. fix the embedding size not div by mpi_size issue 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: