timmdocs
timmdocs copied to clipboard
MobileNetv2_050 returns an EfficientNet
Trying to create a MobileNetV2 results in the library returning an EfficientNet instead
Example command below:
timm.create_model("mobilenetv2_050", in_chans=num_channels, num_classes=num_classes, pretrained=True)
I am not sure if this is an intended behaviour or otherwise.