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

predicting single image age demo #13

Open
neverUseThisName opened this issue Oct 20, 2019 · 1 comment
Open

predicting single image age demo #13

neverUseThisName opened this issue Oct 20, 2019 · 1 comment

Comments

@neverUseThisName
Copy link

when predicting single image age, why are probs so many 1's? Are these numbers really probilities? And why the class label is 20 while prob for class 20 is low?

@rasbt
Copy link
Member

rasbt commented Oct 20, 2019

What do you mean by probability for 20 is really low? Can you provide the concrete number as an example?

when predicting single image age, why are probs so many 1's? Are these numbers really probilities?

This is for the binary tasks. If a person is let's say 20 year's old, you should get high probabilities for

  • the person is older than 0 years
  • the person is older than 1 year
  • the person is older than 2 years

up to 20.

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