A newer version of this model is available: microsoft/resnet-50
def load_model(model_path, num_classes):
    model = create_model(num_classes)
    model.load_state_dict(torch.load(model_path))
    model.eval()
    return model
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

Model tree for anurag2506/coat_classification

Finetuned
(155)
this model

Datasets used to train anurag2506/coat_classification