yu4u / age-gender-estimation

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

pretained model,model.load_weights() #111

Closed dqshuai closed 4 years ago

dqshuai commented 4 years ago

when i run demo.py,i download the pretained model successfuly. But,when the program run to the "model.load_weights(weight_file)",it exit without any error info. when i comment out the "model.load_weights(weight_file)",the program can run. why?thanks you so much