How to use toolevalxm/MedVisionNet-BestCheckpoint with Transformers:
# Load model directly from transformers import AutoImageProcessor, ResNet50ForImageClassification processor = AutoImageProcessor.from_pretrained("toolevalxm/MedVisionNet-BestCheckpoint") model = ResNet50ForImageClassification.from_pretrained("toolevalxm/MedVisionNet-BestCheckpoint")
The community tab is the place to discuss and collaborate with the HF community!