Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4 races definition and training #19

Open
lzhangbj opened this issue Jan 15, 2022 · 2 comments
Open

4 races definition and training #19

lzhangbj opened this issue Jan 15, 2022 · 2 comments

Comments

@lzhangbj
Copy link

lzhangbj commented Jan 15, 2022

Thank you for your work. May I know how did you define the 4-races and how did you train it?

In the paper, it seems like you merged white and middle eastern into white, and merged east asian and southeast asian into asian, and then train the model on these 4 classes. However, the last fc layer of your pretrained model still predicts 18 classes (

model_fair_4.fc = nn.Linear(model_fair_4.fc.in_features, 18)
) and you only use the first 4 values for race prediction (
race_outputs = outputs[:4]
).
So how do you define these pretrained fc layer and how did your merge the races?

And moreover, how do you define the races groups in table 3&4 in the arxiv paper and how did you conduct the experiments? Thank you!

@yuhaoban
Copy link

yuhaoban commented Feb 3, 2022

Same confusion here. Based on the author's previous response in other issue tickets, I understand you can't release the datasets that are not under cc license but why not the training script and detailed parameters for training? Could you release this information for testing, please?

@akashAD98
Copy link

yes i also want to know how to train this network & what are the parameters you used ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants