timmdocs icon indicating copy to clipboard operation
timmdocs copied to clipboard

MobileNetv2_050 returns an EfficientNet

Open dimasquest opened this issue 1 year ago • 0 comments

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.

dimasquest avatar Jul 04 '23 12:07 dimasquest