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

Requirements file please #1

Closed andreaschandra closed 5 years ago

andreaschandra commented 5 years ago

Dear our famous and glorious author,

I am glad there is someone using TensorRT. But could you please add requirements.txt, so that I would not be facing error like "no module named " while I was running the notebooks

Thanks

ardianumam commented 5 years ago

Dear our awesome Warung Pintar machine learner,

I should set this repo private first until I finish all the things including video editing for the video series. lol.
Btw, thanks for pointing that out. Yes, I will add it soon once all the things are ready.

Thanks.

ardianumam commented 5 years ago

Hi @andreaschandra . I've added the requirements in the readme file. I'll close this issue then. Thanks for reporting.