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
3d2f8959
Unverified
Commit
3d2f8959
authored
May 31, 2018
by
Taylor Robie
Committed by
GitHub
May 31, 2018
Browse files
remove drop remainder from resnet pipeline. (#4416)
parent
d41ed934
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/resnet/resnet_run_loop.py
official/resnet/resnet_run_loop.py
+1
-1
No files found.
official/resnet/resnet_run_loop.py
View file @
3d2f8959
...
@@ -80,7 +80,7 @@ def process_record_dataset(dataset, is_training, batch_size, shuffle_buffer,
...
@@ -80,7 +80,7 @@ def process_record_dataset(dataset, is_training, batch_size, shuffle_buffer,
lambda
value
:
parse_record_fn
(
value
,
is_training
),
lambda
value
:
parse_record_fn
(
value
,
is_training
),
batch_size
=
batch_size
,
batch_size
=
batch_size
,
num_parallel_batches
=
1
,
num_parallel_batches
=
1
,
drop_remainder
=
Tru
e
))
drop_remainder
=
Fals
e
))
# Operations between the final prefetch and the get_next call to the iterator
# Operations between the final prefetch and the get_next call to the iterator
# will happen synchronously during run time. We prefetch here again to
# will happen synchronously during run time. We prefetch here again to
...
...
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