ardianumam / Tensorflow-TensorRT

This repository is for my YT video series about optimizing a Tensorflow deep learning model using TensorRT. We demonstrate optimizing LeNet-like model and YOLOv3 model, and get 3.7x and 1.5x faster for the former and the latter, respectively, compared to the original models.
303 stars 110 forks source link

How to run the saved tensorRT pb in C++? #24

Open zhangjinsong3 opened 5 years ago

zhangjinsong3 commented 5 years ago

Can the saved tensorRT pb model run in c++?