I use torch2trt to convert a pytorch model to a trt.But erros says that the params of two layers are incorrect.
But i get the parmas of the two layers througt torchsummary.The pytorch model is OK.I think torch2trt is calculating the wrong number of parameters, but I don’t know why.