-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dynamic embedding doesn't work with tf.distribute.experimental.ParameterServerStrategy #182
Labels
enhancement
New feature or request
Comments
@rhdong please have a look |
rhdong
added a commit
to rhdong/recommenders-addons
that referenced
this issue
Dec 7, 2021
…arameterServerStrategy tensorflow#182 tensorflow#182
This issue was solved by commit 1a5dfca. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Describe the bug
dynamic embedding doesn't work with
tf.distribute.experimental.ParameterServerStrategy
.Related issue #167 because dynamic embedding also doesn't work with
@tf.function
.Code to reproduce the issue
Code is collected from https://www.tensorflow.org/tutorials/distribute/parameter_server_training and
https://github.com/tensorflow/recommenders-addons/blob/master/docs/tutorials/dynamic_embedding_tutorial.ipynb
. It works fine whenuse_de=False
.Other info / logs
Error:
The text was updated successfully, but these errors were encountered: