NVIDIA-AI-IOT / tf_trt_models

TensorFlow models accelerated with NVIDIA TensorRT
BSD 3-Clause "New" or "Revised" License
684 stars 244 forks source link

Why freeze the graphs manually? #34

Open atyshka opened 5 years ago

atyshka commented 5 years ago

Is there a particular reason why the code in this repo prefers to generate a new frozen graph rather than just using the frozen graph that comes from the pre-trained models?

Alphonses commented 5 years ago

Is there a particular reason why the code in this repo prefers to generate a new frozen graph rather than just using the frozen graph that comes from the pre-trained models? @sujitbiswas