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

which version of python are you using? #5

Closed LukeAI closed 5 years ago

LukeAI commented 5 years ago

which version of python are you using? maybe this could be indicated in the Readme :)

ardianumam commented 5 years ago

Thanks for pointing it out. It's added now :)