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

Unbalanced accuracy among folds? #24

Closed
FlatErik90 opened this issue Apr 18, 2018 · 1 comment
Closed

Unbalanced accuracy among folds? #24

FlatErik90 opened this issue Apr 18, 2018 · 1 comment

Comments

@FlatErik90
Copy link

Hi, I'm experimenting with my own CNN for age recognition and I'm wondering whether it is normal to get very different validation accuracy values for the different folds?
For example, I get:
Fold 0 as test set: 55%
Fold 1 as test set: 38%
Fold 2 as test set: 50%
Fold 3 as test set: 44%
Fold 4 as test set: 47%

Is it normal to get such unbalanced results? Or could it be a bug in my data loading code since I'm not using any of your code so far.

Thanks a lot!

@GilLevi
Copy link
Owner

GilLevi commented Apr 21, 2018

Hi,

Thank you for your interest in our work. The accuracy on fold 1 seems a bit strange, but other than than it's seem reasonable. Here are the results I reached on the different folds:

Fold 0 as test set: 54%
Fold 1 as test set: 44%
Fold 2 as test set: 54%
Fold 3 as test set: 46%
Fold 4 as test set: 49%

Best,
Gil

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

2 participants