-
Notifications
You must be signed in to change notification settings - Fork 940
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
can it run use ParameterServerStrategy #587
Comments
Yes, in theory, it should be supported, especially when using InputMode.TENSORFLOW (where Spark is really just being used as a cluster/resource manager to start up the nodes of your TF cluster). That said, the ParameterServerStrategy has been marked experimental since the DistributionStrategies were initially introduced several years ago, so there hasn't been a lot of emphasis on it, and I would proceed with caution when using it. |
But tf.distribute.experimental.ParameterServerStrategy needs parameter “cluster_resolver”,how can i pass the parameter in main_fuc
|
Pretty sure this should work, since we use TF_CONFIG to set up the cluster. |
I found all examples use MultiWorkerMirroredStrategy
The text was updated successfully, but these errors were encountered: