Closed sinuku closed 3 years ago
Hello @sinuku , Here is an example that we load and enqueue multiple part of the same network in sequential order:
https://github.com/NVIDIA/TensorRT/blob/release/7.1/demo/Tacotron2/trt/inference_trt.py
closing since no activity for more than 3 weeks, please reopen if you still have question, thanks
Description
Hi! I tried converting the image segmentation model(Yolact) to TensorRT. I used two methods, 1) pth->onnx->TensorRT and 2) using torch2trt, but I couldn't convert the model to one trt engine.
So I divided it into backbone, FPN, ProtoNet, PredHead, etc.(like YolactEdge)
In this case, how do I enqueue it for use in C++?
Is there any example or reference?
Environment
TensorRT Version: 7.2.3.4 NVIDIA GPU: gtx1060 NVIDIA Driver Version: 440.33.01 CUDA Version: 10.2 CUDNN Version: 8.1.1 Operating System: Ubuntu 18.04 Python Version (if applicable): 3.6.9 Tensorflow Version (if applicable): PyTorch Version (if applicable): 1.7.0 Baremetal or Container (if so, version):
Relevant Files
Steps To Reproduce