Open rhobro opened 2 years ago
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