Skip to content

Commit

Permalink
Temporarily disable nondeterministic_order feature.
Browse files Browse the repository at this point in the history
This is causing some problems.

PiperOrigin-RevId: 696015557
  • Loading branch information
tomvdw authored and The TensorFlow Datasets Authors committed Nov 13, 2024
1 parent 83974a8 commit 0619cf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tensorflow_datasets/core/split_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,7 @@ def _build_from_pcollection(
serializer = example_serializer.ExampleSerializer(
self._features.get_serialized_info()
)
# TODO(weide): temporary disable this feature
if False and nondeterministic_order:
if nondeterministic_order:
logging.info(
'Order of examples does not matter, using NoShuffleBeamWriter'
)
Expand Down

0 comments on commit 0619cf0

Please sign in to comment.