Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

some minor mistakes of the code. #5

Open
Hzzone opened this issue Sep 28, 2019 · 0 comments
Open

some minor mistakes of the code. #5

Hzzone opened this issue Sep 28, 2019 · 0 comments

Comments

@Hzzone
Copy link

Hzzone commented Sep 28, 2019

  1. Image Normalization according to imagenet_mean.binaryproto.
  2. Age Estimation computing mistake.
    Your code:
def expected_age(vector):
    res = [(i+1)*v for i, v in enumerate(vector)]
    return sum(res)

but in the paper:

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

No branches or pull requests

1 participant