sunshinesjw1
Results
2
comments of
sunshinesjw1
Hello, I also have the same question. I solve it through replacing "shape = tuple(self.context.get_binding_shape(idx))" to "shape= tuple(binding_shape[i] for i in range(len(binding_shape)))" in torch2trt.py in forward function. The reason is...
@cam401 Hello, for this question: "the inference speed via C++ API seems to be much slower than via Python API (~5 times slower, batchsize=1)", have you solved? Can you give...