-
Notifications
You must be signed in to change notification settings - Fork 159
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
Loading ImageNet weights of MobileNetV3 #36
Comments
This is my inplemetation of mobilenetv3 modified from this repository.. And the pytorch pretrained model can be download here import torch class hswish(nn.Module): class hsigmoid(nn.Module): class SeModule(nn.Module):
class Block(nn.Module):
mobilenetv3_settings = { class MobileNetV3(nn.Module):
if name == 'main': |
SEModule is wrong! |
Hi,
When I try to load pretrained weights of MobileNetV3 (either -S or -L) to BiSeNetV1, this error appears.
The text was updated successfully, but these errors were encountered: