Zhaoyi Luo

Results 4 comments of Zhaoyi Luo

> The ONNX parser calls `initLibNvInferPlugins()` internally. This function registers the builtin TensorRT plugins. > > This error may be coming from a memory leak in the InstanceNormalization plugin itself....

Hi @kevinch-nv , Here is my workflow for building onnx-tensorrt, ``` git clone --recursive --branch release/7.2.1 https://github.com/onnx/onnx-tensorrt.git cd onnx-tensorrt mkdir build cd build cmake .. -DTENSORRT_ROOT=TensorRT-7.2.1.6 make -j export LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH...

@vKeanDev , this is Zhaoyi from the Batch team. I am currently attempting to reproduce the issue using the steps you provided, but I have not been successful so far....

OK, I have reproduced the issue. The problem arises when the plus character is directly encoded in the filter query param and carried along with the URL. I have conducted...