Commit d8ed4cba authored by Brennan Saeta's avatar Brennan Saeta Committed by Frank Chen
Browse files

Remove unused master flag. (#3616)

parent c31b3c2c
...@@ -45,11 +45,6 @@ tf.flags.DEFINE_string( ...@@ -45,11 +45,6 @@ tf.flags.DEFINE_string(
"metadata.") "metadata.")
# Model specific parameters # Model specific parameters
tf.flags.DEFINE_string(
"master", default=None,
help="GRPC URL of the master (e.g. grpc://ip.address.of.tpu:8470). You "
"must specify either this flag or --tpu_name.")
tf.flags.DEFINE_string("data_dir", "", tf.flags.DEFINE_string("data_dir", "",
"Path to directory containing the MNIST dataset") "Path to directory containing the MNIST dataset")
tf.flags.DEFINE_string("model_dir", None, "Estimator model_dir") tf.flags.DEFINE_string("model_dir", None, "Estimator model_dir")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment