Instructions to use sngsfydy/MyResNet_50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sngsfydy/MyResNet_50 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="sngsfydy/MyResNet_50") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("sngsfydy/MyResNet_50") model = AutoModelForImageClassification.from_pretrained("sngsfydy/MyResNet_50", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
de88260 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:63eb5f9fd49eceb1daa648b4cc178a62bab58c4eb4caf67b9ceeedcc7a91c27b
size 94399565
|