Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5be198e

Browse files
authored
Adjust number of warmup loops (tensorflow#4005)
1 parent f7f2bf4 commit 5be198e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research/tensorrt/tensorrt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from official.resnet import imagenet_preprocessing # pylint: disable=g-bad-import-order
3737

3838
_GPU_MEM_FRACTION = 0.50
39-
_WARMUP_NUM_LOOPS = 50
39+
_WARMUP_NUM_LOOPS = 5
4040
_LOG_FILE = "log.txt"
4141
_LABELS_FILE = "labellist.json"
4242
_GRAPH_FILE = "frozen_graph.pb"

0 commit comments

Comments
 (0)