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 83974a8 commit 4b19863Copy full SHA for 4b19863
tensorflow_datasets/core/split_builder.py
@@ -545,8 +545,7 @@ def _build_from_pcollection(
545
serializer = example_serializer.ExampleSerializer(
546
self._features.get_serialized_info()
547
)
548
- # TODO(weide): temporary disable this feature
549
- if False and nondeterministic_order:
+ if nondeterministic_order:
550
logging.info(
551
'Order of examples does not matter, using NoShuffleBeamWriter'
552
0 commit comments