dmlc / dmlc/mxnet-model-gallery

Convert Inception21k to PyTorch

Open
#33 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
266
Forks
71
PR merge metrics
No merged PRs in 30d

Description

Hi,

I am trying to convert the Inception21k model to PyTorch. I used the [MMdnn tool](https://github.com/Microsoft/MMdnn) 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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.