[Apache TVM Discuss] [Questions] [TensorRT integration error]tvm._ffi.base.TVMError: TVMError: Driver error:

2021-04-02 Thread Lulin via Apache TVM Discuss
Hello, I try to use relay TensorRT integration to accelerate the tensorflow inference, reference these [relay TensorRT integration](https://tvm.apache.org/docs/deploy/tensorrt.html) tutorials. When I run the program, the following error occurs: ``` Traceback (most recent call last): File "

[Apache TVM Discuss] [Questions] tvm._ffi.base.TVMError: TVMError: Driver error:

2021-03-31 Thread Lulin via Apache TVM Discuss
Hello, I try to use relay TensorRT integration to accelerate the tensorflow inference, reference these [relay TensorRT integration](https://tvm.apache.org/docs/deploy/tensorrt.html), [compile tensorflow model](https://tvm.apache.org/docs/tutorials/frontend/from_tensorflow.html#sphx-glr-tuto