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

keras convert to tensorflow #22

Open strivehub opened 5 years ago

strivehub commented 5 years ago

thanks for you work very much,I have a problem,keras convert to tensorflow the resule should have two file but I get only one is 'checkpoint',why??