tensorflow/tensorrt

where is TrtGraphConverter api in tensorflow 1.13.1

MrCrazyCrab opened this issue · 1 comments

i want to use TensorRT inference Engine, but i met a problem that the python can't find TrtGraphConverter api. My tensorflow is 1.13.1

In tensorflow-1.13.1, there is no TrtGraphConverter api. The corresponding one is create_inference_graph if trt_convert.py.

You can refer to this demo.