Hi,
On the Jetson, I used tensorRT from tensorflow (TRT + TF)
import tensorflow.contrib.tensorrt as trt
Could you tell me if it is possible to use simply tensorRT (TRT)
import tensorrt as trt
Thanks in advance
Hi,
On the Jetson, I used tensorRT from tensorflow (TRT + TF)
import tensorflow.contrib.tensorrt as trt
Could you tell me if it is possible to use simply tensorRT (TRT)
import tensorrt as trt
Thanks in advance
Hi ndnparis, the TensorRT Python API isn’t supported on Jetson at this time, however we plan to include it in a future release of JetPack.
For the time being, it is recommended to consult these resources:
Hi Dusty, Thanks a lot.