Thrsu

Results 2 comments of Thrsu

The `ReflectionPad2d` operator has the same problem, which can be reproduced by the following script: ```python import torch from torch.nn import Module from torch2trt import torch2trt model = torch.nn.ReflectionPad2d((1, 2,...

Moreover, I noticed the inference results for LeakyRelu operator are also inconsistent between PyTorch and TensorRT. The script is as below: ```python from torch2trt import torch2trt import torch from torch.nn...