Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
3d29d12b
Commit
3d29d12b
authored
Oct 06, 2022
by
Henning Meyer
Committed by
A. Unique TensorFlower
Oct 06, 2022
Browse files
Internal change
PiperOrigin-RevId: 479254319
parent
7e3aedfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/core/input_reader.py
official/core/input_reader.py
+1
-1
No files found.
official/core/input_reader.py
View file @
3d29d12b
...
...
@@ -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
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment