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
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
Base model
microsoft/resnet-50