-
Have you guys tried pytorch_quantization on pointpillars or centerpoint? when I use pytorch_quantization on centerpoint and used QAT, the outcome is much worse than torch model, about 10% worse. PTQ i…
-
根据文档,使用advanced ptq对torch官方mobilenet v2模型进行定点化,但是在测试过程中遇到了如下问题:
1. 文档中给出的ptq_reconstruction_config会报错
文档中的ptq_reconstruction_config为字典类型,但是实际代码在消费这个config时既用到了字典访问,又用到了attribute访问,导致报错:
在advanced_p…
-
## Bug Description
Compiling torchscript modules to tensorrt was working fine in last release.
Now the simple script below fails with the following error message.
I have tried with tracing, sc…
-
## Description
## Environment
**TensorRT Version**: 8.4.1.5
**NVIDIA GPU**: 1080ti
**NVIDIA Driver Version**: 450
**CUDA Version**: 11.0
**CUDNN Version**: 8.1.0
**Operating System…
pangr updated
2 years ago
-
#117
-
### Environment
- Python: 32-bit, 3.6
- pyodbc: 4.0.23
- OS: Windows 10
- DB: Access / SQL
- driver: Timberline Office
### Issue
This is my query:
```sql
SELECT CURRENT_JCT_TRANSACTI…
-
hello, i am using tensorrt8.3 to convert my onnx model to int8 model,
the special thing is that my onnx model contains a custom DCNV2 plugin, The python implementation of DCNV2 is based on the follow…
-
`commit` db921ae95e
#### ✅ 第 1 批 (整体进展:99/99)
> 按 merge 的时间顺序,排名不分先后: @SigureMo (9) @longranger2 (19) @sunzhongkai588 (2) @ooooo-create (15) @enkilee (24) @Liyulingyue (2) @gouzil (14) @Ka…
-
-
Hi,
I am trying to export the torch-native PTQ model using the timm repo. I am working on exporting the deit_tiny_patch_16 model.
The model conversion is however failing with runtime error:
Ru…