AMCT_LOG_LEVEL
Description
Sets the level of information displayed on the screen. This environment variable applies only to quantization of PyTorch, Caffe, and ONNX models.
Possible values are:
- DEBUG: DEBUG, INFO, WARNING, and ERROR logs. Detailed process messages, including the quantizable layer and corresponding processing phase (fusion, parameter quantization, or activation quantization).
- INFO (default): INFO, WARNING, and ERROR logs. Brief quantization processing messages, including the quantization phase.
- WARNING: WARNING and ERROR logs. Warning messages during quantization.
- ERROR: ERROR logs. Error messages during quantization.
Example
export AMCT_LOG_LEVEL=INFO
Restrictions
None
Applicability
Parent topic: AMCT Model Compression