CoreConfig

Class to configure the optimization process of the model:

class model_compression_toolkit.core.CoreConfig(quantization_config=QuantizationConfig(), mixed_precision_config=None, debug_config=DebugConfig())

A class to hold the configurations classes of the MCT-core.

Parameters:
  • quantization_config (QuantizationConfig) – Config for quantization.

  • mixed_precision_config (MixedPrecisionQuantizationConfig) – Config for mixed precision quantization.

  • None (If) –

  • used. (a default MixedPrecisionQuantizationConfig is) –

  • debug_config (DebugConfig) – Config for debugging and editing the network quantization process.