dimasquest

Results 1 issues of dimasquest

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...