AMCT_LOG_FILE_LEVEL
Description
Sets the log level of framework-specific log files (amct_pytorch.log for PyTorch; amct_caffe.log for Caffe; amct_onnx.log for ONNX), as well as the log level of logs output by each quantization layer during precision simulation model generation.
Possible values are:
- DEBUG: Prints logs of DEBUG, INFO, WARNING, and ERROR levels, including process details, quantizable layer, and corresponding processing phase (fusion, parameter quantization, or activation quantization).
- INFO (default): Prints logs of INFO, WARNING, and ERROR levels, including brief quantization processing information such as the quantization phase.
- WARNING: WARNING and ERROR logs. Warning messages during quantization.
- ERROR: ERROR logs. Error messages during quantization.
Example
export AMCT_LOG_FILE_LEVEL=INFO
Restrictions
None
Applicable Models
All processors
Parent topic: AMCT Model Compression