lhai37
lhai37
## ❓ Question Is there support for optional arguments in model's `forward()`? For example, I have the following: `def forward(self, x, y: Optional[Tensor] = None):` where `y` is an optional...
## Description I tried to use the C++ API to load the attached ONNX model but it fails with a segmentation fault (core dumped). Note: possibly related to https://github.com/NVIDIA/TensorRT/issues/3630, this...
## Description I tried to run the attached model using `trtexec` tool on the V100 GPU with TensorRT 8.6 on CUDA 12.1, but it fails with a `Segmentation fault (core...
## Description I tried to run the attached ONNX model through trtexec, but it fails with the error: `node.output().size() == 1 && "TensorRT does not support the indices output in...