torch2trt
torch2trt copied to clipboard
Warning: Encountered known unsupported method torch.Tensor.transpose
I got some warning while converting model.
Warning: Encountered known unsupported method torch.Tensor.transpose
It seems torch2trt has torch.transpose
converter but it dose not applied to torch.Tensor.transpose
.
So, I fix this by only add two line.
I'll make PR to fix this.