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 the whole MobileNet-v1 family #15

Open
psyhtest opened this issue Apr 27, 2020 · 0 comments
Open

Convert the whole MobileNet-v1 family #15

psyhtest opened this issue Apr 27, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@psyhtest
Copy link
Contributor

psyhtest commented Apr 27, 2020

With #14, we've successfully converted MobileNet-v1-1.0-224 used for MLPerf Inference v0.5.

It should be pretty straightforward to convert the other MobileNet-v1-<multiplier>-224 models with the multipliers 0.75, 0.5 and 0.25.

It may be less straightforward to converted the other MobileNet-v1-<multiplier>-<resolution> with the resolutions 192, 160 and 128 because the resolution of 224 may be hardcoded in the program. If one exposes it via a command line flag (e.g. --input_resolution), it can be used in conjunction with the environment variables defined by the CK package variations for this family.

@psyhtest psyhtest added enhancement New feature or request good first issue Good for newcomers labels Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant