MinSoo Lee
MinSoo Lee
> Hi @c1aude could you also share the model/the requirements.txt of your python env/test image to repro this issue? Hello @yf711 The env and model files used for inference. image...
> Yes this is a warning. It indicates TensorRT is skipping a specific tactic (optimization approach) due to an internal issue in the implementation (canImplement1). This should not block running...
I'm using Window 11 building from source The environment is CUDA 11.8, Cudnn 8.9.7, TensorRT 10.2.0.19 Compile is Visual C++ 17.8 in Visual Studio 2022
@jingyanwangms Unfortunately, I realized that the onnx file I provided was incorrect. For testing purposes, here is the onnx file that we converted back to a .pt file. https://drive.google.com/file/d/1Y2Nyjjii0zTLcPFTn2bLdMXVyNvqvkA9/view?usp=sharing For...