"examples/vscode:/vscode.git/clone" did not exist on "4a8c4ac088b6f84a10569ee89db3a938b48922b4"
Commit 506492d5 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 f7260d3e
......@@ -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