You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I found all examples use MultiWorkerMirroredStrategy
The text was updated successfully, but these errors were encountered: