deepinx / age-gender-estimation

A Lightweight and Efficient Method for Face Age and Gender Estimation Implemented in MXNet
68 stars 22 forks source link

fine tune gender prediction #1

Open mehrazi opened 5 years ago

mehrazi commented 5 years ago

Hi I want to find tune gender prediction but I don't want to change age estimation. what is the best way to do this? thanks in advance

deepinx commented 5 years ago

In this method, age and gender are output at the same layer and trained at the same time, so for the time being I have not figured out a way to keep one unchanged and adjust the other.