We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What are these levels?
SSD/ssd/modeling/backbone/mobilenetv3.py
Lines 177 to 182 in 68dc0a2
and these
SSD/ssd/modeling/backbone/mobilenet.py
Lines 89 to 94 in 68dc0a2
I planning integrate mobilenet v4 from https://github.com/jaiwei98/MobileNetV4-pytorch/blob/main/mobilenet/mobilenetv4.py or https://huggingface.co/blog/rwightman/mobilenetv4
Should I add extra levels like in v3? Replacing InvertedResidual with UniversalInvertedResidual
The text was updated successfully, but these errors were encountered:
@lufficc can you tell me, please?
Sorry, something went wrong.
No branches or pull requests
What are these levels?
SSD/ssd/modeling/backbone/mobilenetv3.py
Lines 177 to 182 in 68dc0a2
and these
SSD/ssd/modeling/backbone/mobilenet.py
Lines 89 to 94 in 68dc0a2
I planning integrate mobilenet v4 from https://github.com/jaiwei98/MobileNetV4-pytorch/blob/main/mobilenet/mobilenetv4.py or https://huggingface.co/blog/rwightman/mobilenetv4
Should I add extra levels like in v3? Replacing InvertedResidual with UniversalInvertedResidual
The text was updated successfully, but these errors were encountered: