debug_config Module¶
DebugConfig¶
Class to configure params for debugging purposes:
- class model_compression_toolkit.core.DebugConfig(analyze_similarity=False, network_editor=[], simulate_scheduler=False)¶
A class for MCT core debug information.
- Parameters:
analyze_similarity (bool) – Whether to plot similarity figures within TensorBoard (when logger is enabled) or not. Can be used to pinpoint problematic layers in the quantization process.
network_editor (List[EditRule]) – A list of rules and actions to edit the network for quantization.
simulate_scheduler (bool) – Simulate scheduler behaviour to compute operators order and cuts.