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
5be198ec
Unverified
Commit
5be198ec
authored
Apr 17, 2018
by
Karmel Allison
Committed by
GitHub
Apr 17, 2018
Browse files
Adjust number of warmup loops (#4005)
parent
f7f2bf4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/tensorrt/tensorrt.py
research/tensorrt/tensorrt.py
+1
-1
No files found.
research/tensorrt/tensorrt.py
View file @
5be198ec
...
...
@@ -36,7 +36,7 @@ import tensorflow.contrib.tensorrt as trt
from
official.resnet
import
imagenet_preprocessing
# pylint: disable=g-bad-import-order
_GPU_MEM_FRACTION
=
0.50
_WARMUP_NUM_LOOPS
=
5
0
_WARMUP_NUM_LOOPS
=
5
_LOG_FILE
=
"log.txt"
_LABELS_FILE
=
"labellist.json"
_GRAPH_FILE
=
"frozen_graph.pb"
...
...
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