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
a7a919d7
"vscode:/vscode.git/clone" did not exist on "d73d13b2f2c1864a277286bc515a1b6c9a06a621"
Commit
a7a919d7
authored
Jul 01, 2020
by
Chen Chen
Committed by
A. Unique TensorFlower
Jul 01, 2020
Browse files
Internal Change
PiperOrigin-RevId: 319282071
parent
59353708
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
official/core/input_reader.py
official/core/input_reader.py
+3
-0
No files found.
official/core/input_reader.py
View file @
a7a919d7
...
@@ -171,6 +171,9 @@ class InputReader:
...
@@ -171,6 +171,9 @@ class InputReader:
as_supervised
=
self
.
_tfds_as_supervised
,
as_supervised
=
self
.
_tfds_as_supervised
,
decoders
=
decoders
,
decoders
=
decoders
,
read_config
=
read_config
)
read_config
=
read_config
)
if
self
.
_is_training
:
dataset
=
dataset
.
repeat
()
return
dataset
return
dataset
@
property
@
property
...
...
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