Commit daae6a04 authored by Frederick Liu's avatar Frederick Liu Committed by A. Unique TensorFlower
Browse files

[vision][mnist] download_and_prepare should be no op if file exist.

PiperOrigin-RevId: 365275913
parent af07c191
......@@ -157,7 +157,7 @@ def define_mnist_flags():
distribution_strategy=True)
flags_core.define_device()
flags_core.define_distribution()
flags.DEFINE_bool('download', False,
flags.DEFINE_bool('download', True,
'Whether to download data to `--data_dir`.')
flags.DEFINE_integer('profiler_port', 9012,
'Port to start profiler server on.')
......
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