Commit 3d29d12b authored by Henning Meyer's avatar Henning Meyer Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 479254319
parent 7e3aedfa
......@@ -549,6 +549,6 @@ class InputReader:
if self._deterministic is not None:
options = tf.data.Options()
options.experimental_deterministic = self._deterministic
options.deterministic = self._deterministic
dataset = dataset.with_options(options)
return dataset.prefetch(self._prefetch_buffer_size)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment