AMCT_LOG_LEVEL
Description
Sets the log level of information printed to the screen. This environment variable applies only to quantization of the PyTorch framework, Caffe framework, and ONNX network model.
Possible values are:
- DEBUG: Prints logs of DEBUG, INFO, WARNING, and ERROR levels, including process details such as the 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: Prints logs of WARNING and ERROR levels, including warnings generated during quantization.
- ERROR: Prints logs of the ERROR level, including error messages generated during quantization.
Example
export AMCT_LOG_LEVEL=INFO
Constraints
None
Applicability
Atlas 350 Accelerator Card
Parent topic: AMCT Model Compression