tf_trt_models
tf_trt_models copied to clipboard
TensorRT is not enabled! HELP ME!!!
When I use tensorRT to optimize my tensorflow graph , (trt_graph = trt.create_inference_graph(
... input_graph_def=frozen_graph,
... outputs=output_names,
... max_batch_size=1,
... max_workspace_size_bytes=1 << 25,
... precision_mode='FP16',
... minimum_segment_size=50
... ))
I got errors like this:
INFO:tensorflow:Running against TensorRT version 0.0.0
Traceback (most recent call last):
File "
I have found many methods to solve this problem, however, no one seems useful, can you help me ? I really need to solve this problem as soon as possible !
Which versión of tensorflow, cuda and tensort do you have installed?
Which versión of tensorflow, cuda and tensort do you have installed?
I use tensorflow 1.10.0 cuda 9 tensorrt 5.0.2.6 cudnn 7.3.1
Which is your hardware? Jetson Tx2?? If tha is the case you have a very updated version of TensorRT. If you are on Jetpack 3.3 you should stay in TensorRT4