Skip to content
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

question about pretrained models #278

Open
jinz2014 opened this issue Jun 21, 2024 · 0 comments
Open

question about pretrained models #278

jinz2014 opened this issue Jun 21, 2024 · 0 comments

Comments

@jinz2014
Copy link

Can you please explain that only a few models have pretrained weights in the MetalHead.jl ? Thanks.

The following classification models are available, with or without pre-trained weights:

[AlexNet](https://pytorch.org/vision/stable/models/alexnet.html)
[ConvNeXt](https://pytorch.org/vision/stable/models/convnext.html)
[DenseNet](https://pytorch.org/vision/stable/models/densenet.html)
[EfficientNet](https://pytorch.org/vision/stable/models/efficientnet.html)
[EfficientNetV2](https://pytorch.org/vision/stable/models/efficientnetv2.html)
[GoogLeNet](https://pytorch.org/vision/stable/models/googlenet.html)
[Inception V3](https://pytorch.org/vision/stable/models/inception.html)
[MaxVit](https://pytorch.org/vision/stable/models/maxvit.html)
[MNASNet](https://pytorch.org/vision/stable/models/mnasnet.html)
[MobileNet V2](https://pytorch.org/vision/stable/models/mobilenetv2.html)
[MobileNet V3](https://pytorch.org/vision/stable/models/mobilenetv3.html)
[RegNet](https://pytorch.org/vision/stable/models/regnet.html)
[ResNet](https://pytorch.org/vision/stable/models/resnet.html)
[ResNeXt](https://pytorch.org/vision/stable/models/resnext.html)
[ShuffleNet V2](https://pytorch.org/vision/stable/models/shufflenetv2.html)
[SqueezeNet](https://pytorch.org/vision/stable/models/squeezenet.html)
[SwinTransformer](https://pytorch.org/vision/stable/models/swin_transformer.html)
[VGG](https://pytorch.org/vision/stable/models/vgg.html)
[VisionTransformer](https://pytorch.org/vision/stable/models/vision_transformer.html)
[Wide ResNet](https://pytorch.org/vision/stable/models/wide_resnet.html) 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant