CensorKo opened this issue 4 years ago · 0 comments
May i know how to turn off logging when i run demo.py. I try to add os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3' and logger.disabled = True. But all not working. I am newcomer to python.