We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af07c19 commit daae6a0Copy full SHA for daae6a0
official/vision/image_classification/mnist_main.py
@@ -157,7 +157,7 @@ def define_mnist_flags():
157
distribution_strategy=True)
158
flags_core.define_device()
159
flags_core.define_distribution()
160
- flags.DEFINE_bool('download', False,
+ flags.DEFINE_bool('download', True,
161
'Whether to download data to `--data_dir`.')
162
flags.DEFINE_integer('profiler_port', 9012,
163
'Port to start profiler server on.')
0 commit comments