mobilenetv2 0.35 training on ImageNet #1020
Unanswered
IgorKasianenko
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I want to train mobilenetv2 0.35 on Imagenet.
I try to do it using example of https://rwightman.github.io/pytorch-image-models/training_hparam_examples/#mobilenetv3-large-100-75766-top-1-92542-top-5
After reading documentation of timm I assume that 0.35 depth model would be named like mobilenetv2_035 similarly to mobilenetv2_100 but I get error
RuntimeError: Unknown model (mobilenetv2_035)
Please advice how to add this model to timm so I can utilize ImageNet training script.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions