You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* weights_per_channel_threshold(bool) - Indicates whether to quantize the weights per-channel or per-tensor.
70
+
69
71
For more details, please refer to [this page](https://sonysemiconductorsolutions.github.io/mct-model-optimization/api/api_docs/modules/target_platform_capabilities.html#model_compression_toolkit.target_platform_capabilities.schema.mct_current_schema.AttributeQuantizationConfig.weights_per_channel_threshold).
70
72
71
73
72
74
In QAT, the following object is used to set up a weight-learnable quantizer:
* weights_per_channel_threshold (bool) – Whether to quantize the weights per-channel or not (per-tensor).
79
+
76
80
For more details, please refer to [this page](https://sonysemiconductorsolutions.github.io/mct-model-optimization/api/api_docs/modules/trainable_infrastructure.html#trainablequantizerweightsconfig).
0 commit comments