F.conv onnx export better support #54314
Labels
module: onnx
Related to torch.onnx
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Pls test this simple model export:
This is a dead simple model, but Pytorch can not export it make it convertable to trt.
When I convert to trt, it got:
I am not sure is pytorch side problem or onnx-tensorrt side problem, But I can not convert any model which contains self-defined F.conv op for example, SOLOv2.
Please help me if anyone knows how to solve it.
cc @houseroad @spandantiwari @lara-hdr @BowenBao @neginraoof @SplitInfinity
The text was updated successfully, but these errors were encountered: