Closed 111qqz closed 4 years ago
Hi For now, the answer is no. I make this repo as a complement of official torch2trt. If you does not need dynamic shape, the official one should be enough. And I will add this to my TODO list. Thanks for your suggestion.
thanks for your reply.
Hi,Thanks to this repo for saving me a lot of time using mmdet on nano. The problem is that I don't want to use TensorRT dynamic_shape feature . I comment code below,but still get output dim like [-1,1000].
Is there any gloabl flag to control this behavior? Thanks