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

Convert Inception21k to PyTorch #33

Open
rtaori opened this issue Aug 31, 2019 · 0 comments
Open

Convert Inception21k to PyTorch #33

rtaori opened this issue Aug 31, 2019 · 0 comments

Comments

@rtaori
Copy link

rtaori commented Aug 31, 2019

Hi,

I am trying to convert the Inception21k model to PyTorch. I used the MMdnn tool to do the conversion; however, I am only seeing 65% top1 accuracy on the validation set (below the reported 68%).

What was the image preprocessing used to train the network? Currently I am doing:

  1. Resize shortest size of image to 256
  2. Center crop to 224
  3. Multiply by 255 to scale image input range to [0, 255]
  4. Subtract mean of 117 from the image

Is this correct?

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

1 participant