TypeError: quantized_add() missing 2 required positional arguments: 'op_scale' and 'op_zero_point'
|
|
5
|
199
|
October 17, 2023
|
Static quantization for Transformer block : AttributeError 'function' object has no attribute 'is_cuda'
|
|
5
|
271
|
October 13, 2023
|
Quantization official example
|
|
11
|
283
|
October 13, 2023
|
Quantization of a single tensor
|
|
3
|
166
|
October 12, 2023
|
Custom Quantization using PT2 -> q/dq representation
|
|
1
|
119
|
October 12, 2023
|
Quantization of a pytorch model
|
|
1
|
136
|
October 12, 2023
|
Mixed Precision Training and Quantisation Aware Training together
|
|
1
|
131
|
October 12, 2023
|
How to let the two input nodes of `add` op share the same quantization params(scale and zero point)?
|
|
2
|
307
|
October 9, 2023
|
Quantization of multi_head_attention_forward
|
|
11
|
442
|
October 4, 2023
|
Error trying to quantize Transformer model
|
|
2
|
248
|
October 3, 2023
|
How to train non quantized layers of quantized model on GPU
|
|
1
|
190
|
October 3, 2023
|
Torchscript with dynamic quantization produces inconsistent model outputs in Python and Java
|
|
9
|
352
|
October 3, 2023
|
Is bias quantized while doing pytorch static quantization?
|
|
18
|
2924
|
September 27, 2023
|
Quantized model profiling
|
|
12
|
462
|
September 26, 2023
|
Pointers to bring quantized models to device
|
|
8
|
748
|
September 26, 2023
|
Model size reduction
|
|
1
|
161
|
September 26, 2023
|
Understanding differences in the default qconfig for fbgemm and qnnpack
|
|
15
|
565
|
September 22, 2023
|
What do [De]QuantStub actually do?
|
|
8
|
4645
|
September 21, 2023
|
The ONNX exported by my QAT quantization training does not have a fake operator, the code is as follows?
|
|
4
|
236
|
September 19, 2023
|
RFC-0019 Extending PyTorch Quantization to Custom Backends
|
|
2
|
143
|
September 19, 2023
|
Quantizion partially applied to a PyTorch model
|
|
1
|
186
|
September 15, 2023
|
LSTM Quantization
|
|
1
|
180
|
September 14, 2023
|
Can the output of operator QuantizedConv2d is fp32?
|
|
4
|
208
|
September 12, 2023
|
Questions about preparing QAT model
|
|
6
|
387
|
September 12, 2023
|
Can we use int8 activation quantization in pytorch
|
|
3
|
502
|
September 1, 2023
|
Cannot import name 'QuantStub' from 'torch.ao.quantization'
|
|
5
|
8171
|
August 31, 2023
|
Expected INT8 Accuracies on ImageNet-1K (ResNet QAT)
|
|
2
|
156
|
August 28, 2023
|
RuntimeError: Quantized cudnn conv2d is currenty limited to groups = 1; received groups =16 , during QAT
|
|
1
|
225
|
August 28, 2023
|
PyTorch Dynamic Quantization clarification
|
|
6
|
262
|
August 25, 2023
|
How to quantize a model with both CNN and LSTM
|
|
6
|
1022
|
August 22, 2023
|