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