yu4u/age-gender-estimation

Turn off logging outputs

CensorKo opened this issue · 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.