Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Replicate internal cluster changes in official mnist tpu example #4020

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

Merged
merged 1 commit into from
Apr 23, 2018

Conversation

robieta
Copy link
Contributor

@robieta robieta commented Apr 18, 2018

Incorporate some changes to the MNIST TPU example that makes interacting with the cluster more intuitive.

@saeta @frankchn Do we need to wait for a tf-nightly build with your other cluster resolver changes to merge this?

@robieta robieta requested review from karmel, frankchn and saeta April 18, 2018 16:57
@robieta robieta requested a review from a team as a code owner April 18, 2018 16:57
Copy link
Contributor

@saeta saeta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delayed review; LGTM.

@robieta robieta merged commit 9f7a5fa into master Apr 23, 2018
@robieta robieta deleted the mnist_cluster branch April 23, 2018 16:32
project=FLAGS.gcp_project))
tpu_grpc_url = tpu_cluster_resolver.get_master()
tpu_cluster_resolver = tf.contrib.cluster_resolver.TPUClusterResolver(
FLAGS.tpu,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably should just use tpu=FLAGS.tpu since tpu is a named param in the constructor.

omegafragger pushed a commit to omegafragger/models that referenced this pull request May 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants