-
Notifications
You must be signed in to change notification settings - Fork 422
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
Distributed training #362
Comments
there should be something in the private section of the codebase under config where you can specify this (I am basing this off memory) I'll follow up with more information when I get back to deving this project (I want to use TPUs which is a strategy spec). |
Upon searching the repo for "distribut" it doesn't return any results. |
You would probably pass the strategy as a string into a config struct. |
Shows how a client can connect and it seems with SessionOptions you can specify these parameters. https://docs.rs/tensorflow/0.19.1/tensorflow/struct.SessionOptions.html I might be trying this soon and am also unsure. |
Hi there,
Like tensorflow python has
tf.distribute
, what is the equivalent for the rust version?Thanks
The text was updated successfully, but these errors were encountered: