q yao
q yao
I can reproduce the error now after update the TensorRT version. And I will try to fix it ASAP. You can downgrade to 7.2 for now.
Hi, I think the error is caused by clamping with shape tensor. I have a fixing in [this branch](https://github.com/grimoire/torch2trt_dynamic/tree/fix-clamp) of `torch2trt_dynamic`. Please try and see if it can help. I...
Hi, Convertor of `torch.Tensor.__matmul__` is not added in [matmul.py](https://github.com/grimoire/torch2trt_dynamic/blob/master/torch2trt_dynamic/converters/matmul.py), you can add a decorator there to see if it works. If it still does not work, please share the script...
I see, I will try this weekend. You can also convert some submodule in `swin_transformer.py` use `torch2trt_dynamic` to locate the unsupported ops.
I have update torch2trt_dynamic, please pull the latest repo and try again.
Most tracerwarning can be ignored if the exporter can produce the model you want. Adding a rewriter to fix the warning might bring some trouble. The rewriter could broken if...
Please provide a script about how to convert the model.
Note that we have refactored the backend manager. Implement the interface in the manager to support various features in MMDeploy. We do not need to update deploy.py when adding a...
Please solve the conflict
Please solve the lint failure with `pre-commit run --all-file`.