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 third-party Inference Providers, and HF Inference API was unable to determine this model's library.

Model tree for anurag2506/coat_classification

Finetuned
(149)
this model

Datasets used to train anurag2506/coat_classification