Model Card for Model ID

Fine-tuned for image classification of Hymenoptera (Bees and Ants). Base model from PyTorch's pretrained AlexNet.

models.alexnet(weights=models.AlexNet_Weights.IMAGENET1K_V1)

Model Details

Sequential(
  (0): Dropout(p=0.5, inplace=False)
  (1): Linear(in_features=9216, out_features=4096, bias=True)
  (2): ReLU(inplace=True)
  (3): Dropout(p=0.5, inplace=False)
  (4): Linear(in_features=4096, out_features=4096, bias=True)
  (5): ReLU(inplace=True)
  (6): Linear(in_features=4096, out_features=2, bias=True)
)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train ggsmith/alexnet-hymenoptera