From d5214607a9d2d193c7b1a1b68ec77e1fa1a140c0 Mon Sep 17 00:00:00 2001 From: Guanghua Yu <742925032@qq.com> Date: Tue, 27 Dec 2022 15:46:41 +0800 Subject: [PATCH] remove logger setLevel (#1611) --- paddleslim/quant/quant_aware_with_infermodel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/paddleslim/quant/quant_aware_with_infermodel.py b/paddleslim/quant/quant_aware_with_infermodel.py index f7c7367e..89af1023 100644 --- a/paddleslim/quant/quant_aware_with_infermodel.py +++ b/paddleslim/quant/quant_aware_with_infermodel.py @@ -30,7 +30,6 @@ from .quanter import quant_aware, convert from ..dist import merge, l2, soft_label, fsp from ..auto_compression.create_compressed_program import build_distill_program import logging -logging.getLogger().setLevel(logging.INFO) from ..common import get_logger _logger = get_logger(__name__, level=logging.INFO) -- GitLab