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
dd8c67c8
Commit
dd8c67c8
authored
Jun 15, 2021
by
Vishnu Banna
Browse files
new lines
parent
975fbbde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/vision/beta/data/tfrecord_lib.py
official/vision/beta/data/tfrecord_lib.py
+1
-1
No files found.
official/vision/beta/data/tfrecord_lib.py
View file @
dd8c67c8
...
...
@@ -139,7 +139,7 @@ def write_tf_record_dataset(output_path, annotation_iterator,
total_num_annotations_skipped
=
0
if
use_multiprocessing
:
pool
=
mp
.
Pool
(
z
)
pool
=
mp
.
Pool
()
if
unpack_arguments
:
tf_example_iterator
=
pool
.
starmap
(
process_func
,
annotation_iterator
)
else
:
...
...
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