mindspore_gs.quantization
Quantization aware training algorithms.
import mindspore_gs.quantization as qat
Simulated Quantization Algorithm
|
Basic implementation of simulated quantization aware training, this algorithm adopts fake quantizer to simulate the loss of quantization calculation, and network parameters are updated through backpropagation, so that the network parameters can better adapt to the loss caused by quantization. |
SLB Algorithm
Derived class of GoldenStick. |