Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix undef var #34048

Merged
merged 2 commits into from
Jul 13, 2021
Merged

fix undef var #34048

merged 2 commits into from
Jul 13, 2021

Conversation

Jiangxinz
Copy link
Contributor

@Jiangxinz Jiangxinz commented Jul 9, 2021

PR types

Others

PR changes

Others

Describe

File: python/paddle/fluid/contrib/slim/quantization/cal_kl_threshold.py, Line 62
Error: Undefined variable '_logger'
Fix:
import logging
from ....log_helper import get_logger
_logger = get_logger(__name__, logging.INFO, fmt='%(asctime)s-%(levelname)s: %(message)s')

@paddle-bot-old
Copy link

paddle-bot-old bot commented Jul 9, 2021

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

Copy link
Contributor

@lelelelelez lelelelelez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lelelelelez lelelelelez merged commit 2591076 into PaddlePaddle:develop Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants