yu4u / age-gender-estimation

Keras implementation of a CNN network for age and gender estimation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turn off logging outputs

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