python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Cannot create the calibration cache for the QAT model in tensorRT
I've trained a quantized model (with help of quantized-aware-training method in pytorch). I want to create the calibration cache to do inference in INT8 mode by TensorRT. When create calib cache, I ge...
Mahsa
Votes: 0
Answers: 1
Quantized model gives negative accuracy after conversion from pytorch to ONNX
I'm trying to train a quantize model in pytorch and convert it to ONNX.
I employ the quantized-aware-training technique with help of pytorch_quantization package.
I used the below code to convert my m...
Mahsa
Votes: 0
Answers: 1
How to continue Quantization Aware Training of saved model in PyTorch?
I have a DL model that is trained in two phases:
Pretraining using synthetic data
Finetuning using real world data
Model is saved after phase 1. At phase 2 model is created and loaded from .pth file...
albert828
Votes: 0
Answers: 0