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 702f414 commit 44b485aCopy full SHA for 44b485a
tensorflow_datasets/scripts/cli/cli_utils.py
@@ -263,7 +263,8 @@ def add_generation_argument_group(parser: argparse.ArgumentParser):
263
)
264
generation_group.add_argument(
265
'--nondeterministic_order',
266
- action='store_false',
+ action='store_true',
267
+ default=False,
268
help=(
269
'If True, it will not assure deterministic ordering when writing'
270
' examples to disk. This might result in quicker dataset preparation.'
0 commit comments