AMCT_LOG_LEVEL
Description
Sets the level of information displayed on the screen. This environment variable applies only to quantization of the PyTorch framework, Caffe framework, and ONNX network model.
Possible values are:
- DEBUG: DEBUG, INFO, WARNING, and ERROR logs. Detailed process messages, including the quantization 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