Unverified Commit 5be198ec authored by Karmel Allison's avatar Karmel Allison Committed by GitHub
Browse files

Adjust number of warmup loops (#4005)

parent f7f2bf4f
......@@ -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 = 50
_WARMUP_NUM_LOOPS = 5
_LOG_FILE = "log.txt"
_LABELS_FILE = "labellist.json"
_GRAPH_FILE = "frozen_graph.pb"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment