euagendas / m3inference

A deep learning system for demographic inference (gender, age, and individual/person) that was trained on massive Twitter dataset using profile images, screen names, names, and biographies
http://www.euagendas.org
GNU Affero General Public License v3.0
145 stars 57 forks source link

Question about training procedure code #3

Closed icmpnorequest closed 4 years ago

icmpnorequest commented 4 years ago

Hi team, Thank you so much for your great work. I was wondering could you please upload the training procedure code? I read the uploaded code but didn't find the code about multi-task classification procedure. I only found the code about evaluation. Thanks in advance.

computermacgyver commented 4 years ago

The training procedure is described in the published paper, which is freely available at https://arxiv.org/abs/1905.05961 .

The training code isn't online at present, but we can look into this if needed.