yu4u / age-gender-estimation

Keras implementation of a CNN network for age and gender estimation
MIT License
1.46k stars 502 forks source link

Turn off logging outputs #139

Open CensorKo opened 3 years ago

CensorKo commented 3 years ago

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.