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

Imagenet Pre-trained model for other Depth Multiplier #2951

Open
NaifahNurya opened this issue Nov 3, 2020 · 1 comment
Open

Imagenet Pre-trained model for other Depth Multiplier #2951

NaifahNurya opened this issue Nov 3, 2020 · 1 comment

Comments

@NaifahNurya
Copy link

On the mnasnet model under mnasnet.py file, the link provided for imagenet pretrained model is only for two depth multiplier, as shown in the code below:

_MODEL_URLS = {
"mnasnet0_5":
"https://download.pytorch.org/models/mnasnet0.5_top1_67.823-3ffadce67e.pth",
"mnasnet0_75": None,
"mnasnet1_0":
"https://download.pytorch.org/models/mnasnet1.0_top1_73.512-f206786ef8.pth",
"mnasnet1_3": None
}

Can you provide the link for Imagenet pre-trained model for mnasnet0_75 and mnasnet1_3?

@NaifahNurya
Copy link
Author

Any help/updates on this request @vfdev-5

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

No branches or pull requests

2 participants