q yao

Results 318 comments of q yao

And, by the way, have you tried to increase `max_workspace_size`? Some tactic need more workspace to perform accelerate.

What is the output structure of your model? The convertor only accept tensor or list of tensors as output. Nested list is not convertable as the final output.

`--plugins` flag is not used in this repo. Please install follow the README of this repo, not the official one.

Please follow [these](https://github.com/grimoire/torch2trt_dynamic#setup) steps. you do **NOT** need to change anything inside setup.py, The plugin used in this repo is [amirstan_plugin](https://github.com/grimoire/amirstan_plugin).

Yes, read [this](https://github.com/grimoire/mmdetection-to-tensorrt/blob/master/docs/getting_started.md#use-in-c) for detail.

Sounds like a good way to add unit tests. Thanks, I will try this weekend.