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
7021ac1c
"git@developer.sourcefind.cn:modelzoo/lpr.git" did not exist on "679ae84d6e88b324f5411e6ae030e15a019a8118"
Commit
7021ac1c
authored
Jan 08, 2019
by
Taylor Robie
Browse files
missed a not
parent
f1efaf83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/recommendation/data_pipeline.py
official/recommendation/data_pipeline.py
+1
-1
No files found.
official/recommendation/data_pipeline.py
View file @
7021ac1c
...
@@ -378,7 +378,7 @@ class BaseDataConstructor(threading.Thread):
...
@@ -378,7 +378,7 @@ class BaseDataConstructor(threading.Thread):
self
.
_current_epoch_order
=
np
.
empty
(
shape
=
(
0
,))
self
.
_current_epoch_order
=
np
.
empty
(
shape
=
(
0
,))
self
.
_shuffle_iterator
=
None
self
.
_shuffle_iterator
=
None
self
.
_shuffle_with_forkpool
=
stream_files
self
.
_shuffle_with_forkpool
=
not
stream_files
if
stream_files
:
if
stream_files
:
self
.
_shard_root
=
tempfile
.
mkdtemp
(
prefix
=
"ncf_"
)
self
.
_shard_root
=
tempfile
.
mkdtemp
(
prefix
=
"ncf_"
)
atexit
.
register
(
tf
.
gfile
.
DeleteRecursively
,
dirname
=
self
.
_shard_root
)
atexit
.
register
(
tf
.
gfile
.
DeleteRecursively
,
dirname
=
self
.
_shard_root
)
...
...
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