yu4u / age-gender-estimation

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

Update Keras backend API #109

Open dslove opened 4 years ago

dslove commented 4 years ago

image_dim_ordering() is deprecated and it should be replaced by image_data_format(). I found one usage in wide_resnet.py.

yu4u commented 4 years ago

Thank you for your information. PR is welcome!