-
- Downloads
Quantizer: Specify # bias bits + custom overrides (BREAKING) (#178)
* Bias handling: * Add 'bits_bias' parameter to explicitly specify # of bits for bias, similar to weights and activations. * BREAKING: Remove the now redundant 'quantize_bias' boolean parameter * Custom overrides: * Expand the semantics of the overrides dict to allow overriding of other parameters in addition to bit-widths * Functions registered in the quantizer's 'replacement_factory' can define keyword arguments. Non bit-width entries in the overrides dict will be checked against the function signature and passed * BREAKING: * Changed the name of 'bits_overrides' to simply 'overrides' * Bit-width overrides must now be defined using the full parameter names - 'bits_activations/weights/bias' instead of the short-hands 'acts' and 'wts' which were used so far. * Added/updated relevant tests * Modified all quantization YAMLs under 'examples' to reflect these changes * Updated docs
Showing
- examples/quantization/quant_aware_train/quant_aware_train_linear_quant.yaml 1 addition, 1 deletion...ion/quant_aware_train/quant_aware_train_linear_quant.yaml
- tests/full_flow_tests/preact_resnet20_cifar_pact_test.yaml 9 additions, 9 deletionstests/full_flow_tests/preact_resnet20_cifar_pact_test.yaml
- tests/test_infra.py 0 additions, 10 deletionstests/test_infra.py
- tests/test_quantizer.py 116 additions, 68 deletionstests/test_quantizer.py
Loading
Please register or sign in to comment