🐛 [Bug] torch_tensorrt.compile
does not work with nn.ConvTranspose2d
and output_padding
#3352
Labels
bug
Something isn't working
Bug Description
Trying to use
torch_tensorrt.compile
to compile a model usingnn.ConvTranspose2d
withoutput_padding = 1
raises the following error:To Reproduce
The followig code allows to reproduce the error
Environment
conda
,pip
,libtorch
, source): pipThe text was updated successfully, but these errors were encountered: