Commit 752fd601 authored by Rahul Ravikumar's avatar Rahul Ravikumar
Browse files

Support for TensorRTLinear model.

* This PR adds support for Tensor RT.
* There are probably more minor improvements I can make to
`tensorrt.py`, but I think this is a good starting point.
* `freeze_model.py` exports metadata about the model which helps us
reconstruct the TensorRT model.
* Make sure `pycuda.autoinit` is never loaded during training, as it
interferes with TF-GPU (when training).

Test: Tested this on my Jetson Nano.
parent 2cdf3cb1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment