q yao

Results 321 comments of q yao

Hi In these 'simple model' case, It is caused by `adaptiveavgpool2d`/`adaptivemaxpool2d`, Here is the difference | | official | onnx | this | |----| ----| ----| ----| |static| o |...

Thanks for the notification! Would you like to create a PR to fix it?

Did you download the TensorRT from official site?

Hi, My gcc version is 7.5.0, try update gcc.

@svmsunny thanks for the advice. I will update cmake version later.

@Maxfashko Thanks for the advice. I am not so familiar with linux kernel. Did that means there will be an ABI error when compile the project with gcc-9 ? Will...

- First, you need to implement the custom ops you need as a TensorRT plugin, [here](https://github.com/grimoire/amirstan_plugin/tree/master/src/plugin) are some examples. - After you have your plugin, add a creator in [torch2trt_dynamic/plugins](https://github.com/grimoire/torch2trt_dynamic/tree/master/torch2trt_dynamic/plugins),...

Hi Thanks for the bug report. The dynamic shape support of interpolate is a little bit ... complex. I warp the Tensor.shape[i] to a IntWarper in [size.py](https://github.com/grimoire/torch2trt_dynamic/blob/master/torch2trt/converters/size.py) to trace the...

Hi, according to the error log you provided, is there some structure like `torch.nn.conv2d(input, weight,...)` in your model where weight is not a static parameter?