Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Include missing import in TensorRT tutorial (#12609)
Browse files Browse the repository at this point in the history
  • Loading branch information
KellenSunderland authored and marcoabreu committed Sep 21, 2018
1 parent 1045140 commit cb6815c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/tensorrt/inference_with_trt.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ TensorRT is an inference only library, so for the purposes of this blog post we
import mxnet as mx
from mxnet.gluon.model_zoo import vision
import time
import os

batch_shape = (1, 3, 224, 224)
resnet18 = vision.resnet18_v2(pretrained=True)
Expand Down

0 comments on commit cb6815c

Please sign in to comment.